File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,9 @@ Highlights
13
13
* A ` symlink_metadata ` function has been added.
14
14
* The ` fs::Metadata ` structure now lowers to its OS counterpart, providing
15
15
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 ] .
20
19
* Thanks to multiple [ improvements] [ sk ] to [ type checking] [ pre ] , as
21
20
well as other work, the time to bootstrap the compiler decreased by
22
21
32%.
88
87
[ `IntoIterator` ] : http://doc.rust-lang.org/nightly/std/iter/trait.IntoIterator.html
89
88
[ `From` ] : http://doc.rust-lang.org/nightly/std/convert/trait.From.html
90
89
[ 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
92
91
[ sk ] : https://github.com/rust-lang/rust/pull/24615
93
92
[ pre ] : https://github.com/rust-lang/rust/pull/25323
94
93
[ file ] : https://github.com/rust-lang/rust/pull/24598
You can’t perform that action at this time.
0 commit comments