File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,8 @@ Compatibility Notes
7878- [rustdoc: doctests are now run on unexported `macro_rules!` macros, matching other private items][96630]
7979- [rustdoc: Remove .woff font files][96279]
8080- [Enforce Copy bounds for repeat elements while considering lifetimes][95819]
81+ - [Windows: Fix potentinal unsoundness by aborting if `File` reads or writes cannot
82+ complete synchronously][95469].
8183
8284Internal Changes
8385----------------
@@ -99,6 +101,7 @@ and related tools.
99101[95372]: https://github.com/rust-lang/rust/pull/95372/
100102[95380]: https://github.com/rust-lang/rust/pull/95380/
101103[95431]: https://github.com/rust-lang/rust/pull/95431/
104+ [95469]: https://github.com/rust-lang/rust/pull/95469/
102105[95705]: https://github.com/rust-lang/rust/pull/95705/
103106[95801]: https://github.com/rust-lang/rust/pull/95801/
104107[95819]: https://github.com/rust-lang/rust/pull/95819/
You can’t perform that action at this time.
0 commit comments