File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,15 @@ Compatibility Notes
7171-------------------
7272- [ ` Error::description ` has been deprecated, and its use will now produce a
7373 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/
7583[ 68253 ] : https://github.com/rust-lang/rust/pull/68253/
7684[ 68348 ] : https://github.com/rust-lang/rust/pull/68348/
7785[ 67935 ] : https://github.com/rust-lang/rust/pull/67935/
You can’t perform that action at this time.
0 commit comments