Skip to content

Commit 6a8ec81

Browse files
committed
Add a missing compatibility note in the 1.80.0 release notes
1 parent 804be74 commit 6a8ec81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RELEASES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ 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/)
146147

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

0 commit comments

Comments
 (0)