File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ for more information on Rust's tiered platform support.
3939
4040Libraries
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
111110Compatibility 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
You can’t perform that action at this time.
0 commit comments