Skip to content

Commit 8cf22b5

Browse files
committed
Auto merge of #26566 - michaelsproul:release-notes, r=alexcrichton
In the release notes, the link name `[err]` was used to refer both to the error index and the error chaining RFC. Another problem I noticed was that `[fs-expand]` is never defined.
2 parents 70b2f47 + 0716da5 commit 8cf22b5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

RELEASES.md

+4-5
Original file line numberDiff line numberDiff 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%.
@@ -88,7 +87,7 @@ Misc
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

0 commit comments

Comments
 (0)