@@ -29,7 +29,7 @@ Compiler
29
29
` aborting due to N previous errors ` ] [ 42150 ] This was previously inaccurate and
30
30
would only count certain kinds of errors.
31
31
- [ 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 ]
33
33
- [ Added a lot] [ 42264 ] of [ new error codes] [ 42302 ]
34
34
- [ Added ` target-feature=+crt-static ` option] [ 37406 ] [ RFC 1721] Which allows
35
35
libraries with C Run-time Libraries(CRT) to be statically linked.
@@ -103,8 +103,6 @@ Compatibility Notes
103
103
command, which has been available since 1.16.
104
104
- [ Ending a float literal with ` ._ ` is now a hard error.
105
105
Example: ` 42._ ` .] [ 41946 ]
106
- - [ Publicly reexporting a private enum variant is now a hard error] [ 34537 ] This was
107
- previously a warning.
108
106
- [ Any use of a private ` extern crate ` outside of it's module is now a
109
107
hard error.] [ 36886 ] This was previously a warning.
110
108
- [ ` use ::self::foo; ` is now a hard error.] [ 36888 ] ` self ` paths are always
@@ -125,7 +123,6 @@ Compatibility Notes
125
123
to use it to find the linker, and the build will fail where it did
126
124
not previously] [ 42607 ]
127
125
128
- [ 34537 ] : https://github.com/rust-lang/rust/issues/34537
129
126
[ 36886 ] : https://github.com/rust-lang/rust/issues/36886
130
127
[ 36888 ] : https://github.com/rust-lang/rust/issues/36888
131
128
[ 36890 ] : https://github.com/rust-lang/rust/issues/36890
0 commit comments