Skip to content

Commit 0343877

Browse files
committed
releases: include last-minute compatibility notes for 1.46.0
1 parent ca26640 commit 0343877

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

RELEASES.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,19 @@ Compatibility Notes
6868
- [Rustc now correctly relates the lifetime of an existential associated
6969
type.][71896] This fixes some edge cases where `rustc` would erroneously allow
7070
you to pass a shorter lifetime than expected.
71-
71+
- [Rustc now dynamically links to `libz` (also called `zlib`) on Linux.][74420]
72+
The library will need to be installed for `rustc` to work, even though we
73+
expect it to be already available on most systems.
74+
- [Tests annotated with `#[should_panic]` are broken on ARMv7 while running
75+
under QEMU.][74820]
76+
- [Pretty printing of some tokens in procedural macros changed.][75453] The
77+
exact output returned by rustc's pretty printing is an unstable
78+
implementation detail: we recommend any macro relying on it to switch to a
79+
more robust parsing system.
80+
81+
[75453]: https://github.com/rust-lang/rust/issues/75453/
82+
[74820]: https://github.com/rust-lang/rust/issues/74820/
83+
[74420]: https://github.com/rust-lang/rust/issues/74420/
7284
[74109]: https://github.com/rust-lang/rust/pull/74109/
7385
[74150]: https://github.com/rust-lang/rust/pull/74150/
7486
[73862]: https://github.com/rust-lang/rust/pull/73862/

0 commit comments

Comments
 (0)