relnotes: Fix error index link.

This commit is contained in:
Michael Sproul 2015-06-25 23:29:09 +10:00
parent b213c947f8
commit 0716da555f

View file

@ -13,10 +13,9 @@ Highlights
* A `symlink_metadata` function has been added. * A `symlink_metadata` function has been added.
* The `fs::Metadata` structure now lowers to its OS counterpart, providing * The `fs::Metadata` structure now lowers to its OS counterpart, providing
access to all underlying information. access to all underlying information.
* The compiler contains extended explanations of many errors. When it * The compiler now contains extended explanations of many errors. When an error
emits such an error it also suggests using the `--explain` flag to with an explanation occurs the compiler suggests using the `--explain` flag
read the extended explanations, which are also [cataloged on the web to read the explanation. Error explanations are also [available online][err-index].
site][err].
* Thanks to multiple [improvements][sk] to [type checking][pre], as * Thanks to multiple [improvements][sk] to [type checking][pre], as
well as other work, the time to bootstrap the compiler decreased by well as other work, the time to bootstrap the compiler decreased by
32%. 32%.
@ -88,7 +87,7 @@ Misc
[`IntoIterator`]: http://doc.rust-lang.org/nightly/std/iter/trait.IntoIterator.html [`IntoIterator`]: http://doc.rust-lang.org/nightly/std/iter/trait.IntoIterator.html
[`From`]: http://doc.rust-lang.org/nightly/std/convert/trait.From.html [`From`]: http://doc.rust-lang.org/nightly/std/convert/trait.From.html
[rf]: https://github.com/rust-lang/rust/pull/24491 [rf]: https://github.com/rust-lang/rust/pull/24491
[err]: http://doc.rust-lang.org/error-index.html [err-index]: http://doc.rust-lang.org/error-index.html
[sk]: https://github.com/rust-lang/rust/pull/24615 [sk]: https://github.com/rust-lang/rust/pull/24615
[pre]: https://github.com/rust-lang/rust/pull/25323 [pre]: https://github.com/rust-lang/rust/pull/25323
[file]: https://github.com/rust-lang/rust/pull/24598 [file]: https://github.com/rust-lang/rust/pull/24598