File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,15 @@ Compatibility Notes
71
71
-------------------
72
72
- [ ` Error::description ` has been deprecated, and its use will now produce a
73
73
warning.] [ 66919 ] It's recommended to use ` Display ` /` to_string ` instead.
74
-
74
+ - [ ` use $crate; ` inside macros is now a hard error.] [ 37390 ] The compiler
75
+ emitted forward compatibility warnings since Rust 1.14.0.
76
+ - [ As previously announced, this release reduces the level of support for
77
+ 32-bit Apple targets to tier 3.] [ apple-32bit-drop ] . This means that the
78
+ source code is still available to build, but the targets are no longer tested
79
+ and no release binary is distributed by the Rust project. Please refer to the
80
+ linked blog post for more information.
81
+
82
+ [ 37390 ] : https://github.com/rust-lang/rust/issues/37390/
75
83
[ 68253 ] : https://github.com/rust-lang/rust/pull/68253/
76
84
[ 68348 ] : https://github.com/rust-lang/rust/pull/68348/
77
85
[ 67935 ] : https://github.com/rust-lang/rust/pull/67935/
You can’t perform that action at this time.
0 commit comments