File tree 1 file changed +4
-1
lines changed
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.
39
39
40
40
Libraries
41
41
---------
42
- - [Remove structural match from `TypeId`.](https://github.com/rust-lang/rust/pull/103291/)
43
42
- [Loosen `From<&[T]> for Box<[T]>` bound to `T: Clone`.](https://github.com/rust-lang/rust/pull/103406/)
44
43
- [Remove unnecessary `T: Send` bound](https://github.com/rust-lang/rust/pull/111134/)
45
44
in `Error for mpsc::SendError<T>` and `TrySendError<T>`.
@@ -111,6 +110,10 @@ Misc
111
110
Compatibility Notes
112
111
-------------------
113
112
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.
114
117
- [Add a `sysroot` crate to represent the standard library crates.](https://github.com/rust-lang/rust/pull/108865/)
115
118
This does not affect stable users, but may require adjustment in tools that build their own standard library.
116
119
- [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