Skip to content

Commit ff23f2d

Browse files
authored
Update RELEASES.md
1 parent 525bc2e commit ff23f2d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

RELEASES.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Compiler
2929
`aborting due to N previous errors`][42150] This was previously inaccurate and
3030
would only count certain kinds of errors.
3131
- [The compiler now supports Visual Studio 2017][42225]
32-
- [The compiler is now be built against LLVM 4.0.1 by default][42948]
32+
- [The compiler is now built against LLVM 4.0.1 by default][42948]
3333
- [Added a lot][42264] of [new error codes][42302]
3434
- [Added `target-feature=+crt-static` option][37406] [RFC 1721] Which allows
3535
libraries with C Run-time Libraries(CRT) to be statically linked.
@@ -103,8 +103,6 @@ Compatibility Notes
103103
command, which has been available since 1.16.
104104
- [Ending a float literal with `._` is now a hard error.
105105
Example: `42._` .][41946]
106-
- [Publicly reexporting a private enum variant is now a hard error][34537] This was
107-
previously a warning.
108106
- [Any use of a private `extern crate` outside of it's module is now a
109107
hard error.][36886] This was previously a warning.
110108
- [`use ::self::foo;` is now a hard error.][36888] `self` paths are always
@@ -125,7 +123,6 @@ Compatibility Notes
125123
to use it to find the linker, and the build will fail where it did
126124
not previously][42607]
127125

128-
[34537]: https://github.com/rust-lang/rust/issues/34537
129126
[36886]: https://github.com/rust-lang/rust/issues/36886
130127
[36888]: https://github.com/rust-lang/rust/issues/36888
131128
[36890]: https://github.com/rust-lang/rust/issues/36890

0 commit comments

Comments
 (0)