about summary refs log tree commit diff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2016-04-14 14:49:10 -0400
committerSteve Klabnik <steve@steveklabnik.com>2016-04-14 14:49:10 -0400
commit9fa8b493a05fcc74a4a1e781f08b577dc3d5f1ca (patch)
tree8af8a431bf6269323fedec1eb4feb2af238535b9 /RELEASES.md
parent34ccdf9dfdaf03a02eb933002cdd6d9d471b91c7 (diff)
parent3757a3786ca9ac21c385fda96baa2c0e457a2f52 (diff)
downloadrust-9fa8b493a05fcc74a4a1e781f08b577dc3d5f1ca.tar.gz
rust-9fa8b493a05fcc74a4a1e781f08b577dc3d5f1ca.zip
Rollup merge of #32885 - rkjnsn:patch-2, r=alexcrichton
Fix conflicting link identifiers

Caused "Errors for non-exhaustive match patterns now list up to 3 missing variants while also indicating the total number of missing variants if more than 3." to link to "libsyntax: Restrict where non-inline modules can appear (fixes #29765)"
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASES.md b/RELEASES.md
index b19f4b07a31..6533102a92d 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -418,7 +418,7 @@ Compatibility Notes
   numbers [no longer return platform-specific types][1.8r], but
   instead return widened integers. [RFC 1415].
 * [Modules sourced from the filesystem cannot appear within arbitrary
-  blocks, but only within other modules][1.8m].
+  blocks, but only within other modules][1.8mf].
 * [`--cfg` compiler flags are parsed strictly as identifiers][1.8c].
 * On Unix, [stack overflow triggers a runtime abort instead of a
   SIGSEGV][1.8so].
@@ -448,7 +448,7 @@ Compatibility Notes
 [1.8h]: https://github.com/rust-lang/rust/pull/31460
 [1.8l]: https://github.com/rust-lang/rust/pull/31668
 [1.8m]: https://github.com/rust-lang/rust/pull/31020
-[1.8m]: https://github.com/rust-lang/rust/pull/31534
+[1.8mf]: https://github.com/rust-lang/rust/pull/31534
 [1.8mp]: https://github.com/rust-lang/rust/pull/30894
 [1.8mr]: https://users.rust-lang.org/t/multirust-0-8-with-cross-std-installation/4901
 [1.8ms]: https://github.com/rust-lang/rust/pull/30448