Skip to content

Commit 182b777

Browse files
committed
include compatibility notes for 1.42.0
1 parent c12687b commit 182b777

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

RELEASES.md

+9-1
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)