File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,9 @@ Highlights
1313 * A ` symlink_metadata ` function has been added.
1414 * The ` fs::Metadata ` structure now lowers to its OS counterpart, providing
1515 access to all underlying information.
16- * The compiler contains extended explanations of many errors. When it
17- emits such an error it also suggests using the ` --explain ` flag to
18- read the extended explanations, which are also [ cataloged on the web
19- site] [ err ] .
16+ * The compiler now contains extended explanations of many errors. When an error
17+ with an explanation occurs the compiler suggests using the ` --explain ` flag
18+ to read the explanation. Error explanations are also [ available online] [ err-index ] .
2019* Thanks to multiple [ improvements] [ sk ] to [ type checking] [ pre ] , as
2120 well as other work, the time to bootstrap the compiler decreased by
2221 32%.
8887[ `IntoIterator` ] : http://doc.rust-lang.org/nightly/std/iter/trait.IntoIterator.html
8988[ `From` ] : http://doc.rust-lang.org/nightly/std/convert/trait.From.html
9089[ rf ] : https://github.com/rust-lang/rust/pull/24491
91- [ err ] : http://doc.rust-lang.org/error-index.html
90+ [ err-index ] : http://doc.rust-lang.org/error-index.html
9291[ sk ] : https://github.com/rust-lang/rust/pull/24615
9392[ pre ] : https://github.com/rust-lang/rust/pull/25323
9493[ file ] : https://github.com/rust-lang/rust/pull/24598
You can’t perform that action at this time.
0 commit comments