Skip to content

Commit b44930b

Browse files
Update RELEASES.md
Co-authored-by: Jubilee <[email protected]>
1 parent 4e12172 commit b44930b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RELEASES.md

+1
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ Compatibility Notes
142142
- [Make `where_clause_object_safety` lint a regular object safety violation](https://github.com/rust-lang/rust/pull/125380/)
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/)
145+
- [`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)
145146

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

0 commit comments

Comments
 (0)