Skip to content

Commit 43f4fa4

Browse files
committed
Move the TypeId change to Compatibility Notes
1 parent 281e072 commit 43f4fa4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

RELEASES.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ for more information on Rust's tiered platform support.
3939

4040
Libraries
4141
---------
42-
- [Remove structural match from `TypeId`.](https://github.com/rust-lang/rust/pull/103291/)
4342
- [Loosen `From<&[T]> for Box<[T]>` bound to `T: Clone`.](https://github.com/rust-lang/rust/pull/103406/)
4443
- [Remove unnecessary `T: Send` bound](https://github.com/rust-lang/rust/pull/111134/)
4544
in `Error for mpsc::SendError<T>` and `TrySendError<T>`.
@@ -111,6 +110,10 @@ Misc
111110
Compatibility Notes
112111
-------------------
113112

113+
- [Remove structural match from `TypeId`.](https://github.com/rust-lang/rust/pull/103291/)
114+
Code that uses a constant `TypeId` in a pattern will potentially be broken.
115+
Known cases have already been fixed -- in particular, users of the `log`
116+
crate's `kv_unstable` feature should update to `log v0.4.18` or later.
114117
- [Add a `sysroot` crate to represent the standard library crates.](https://github.com/rust-lang/rust/pull/108865/)
115118
This does not affect stable users, but may require adjustment in tools that build their own standard library.
116119
- [Cargo optimizes its usage under `rustup`.](https://github.com/rust-lang/cargo/pull/11917/) When

0 commit comments

Comments
 (0)