Skip to content

Commit cd7cc3f

Browse files
Update RELEASES.md
Co-authored-by: Mark Rousskov <[email protected]>
1 parent 6a8ec81 commit cd7cc3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RELEASES.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ Compatibility Notes
143143
- [Turn `proc_macro_back_compat` lint into a hard error.](https://github.com/rust-lang/rust/pull/125596/)
144144
- [Detect unused structs even when implementing private traits](https://github.com/rust-lang/rust/pull/122382/)
145145
- [`std::sync::ReentrantLockGuard<T>` is no longer `Sync` if `T: !Sync`](https://github.com/rust-lang/rust/pull/125527) which means [`std::io::StdoutLock` and `std::io::StderrLock` are no longer Sync](https://github.com/rust-lang/rust/issues/127340)
146-
- [alloc: implement FromIterator for Box<str>](https://github.com/rust-lang/rust/pull/99969/)
146+
- [Type inference will fail in some cases due to a new impl of FromIterator for Box<str>](https://github.com/rust-lang/rust/pull/99969/)
147+
Notably this breaks versions of the `time` crate before 0.3.55, due to no longer inferring the right impl.
147148

148149
<a id="1.80-Internal-Changes"></a>
149150

0 commit comments

Comments
 (0)