File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,8 @@ Compatibility Notes
78
78
- [rustdoc: doctests are now run on unexported `macro_rules!` macros, matching other private items][96630]
79
79
- [rustdoc: Remove .woff font files][96279]
80
80
- [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].
81
83
82
84
Internal Changes
83
85
----------------
@@ -99,6 +101,7 @@ and related tools.
99
101
[95372]: https://github.com/rust-lang/rust/pull/95372/
100
102
[95380]: https://github.com/rust-lang/rust/pull/95380/
101
103
[95431]: https://github.com/rust-lang/rust/pull/95431/
104
+ [95469]: https://github.com/rust-lang/rust/pull/95469/
102
105
[95705]: https://github.com/rust-lang/rust/pull/95705/
103
106
[95801]: https://github.com/rust-lang/rust/pull/95801/
104
107
[95819]: https://github.com/rust-lang/rust/pull/95819/
You can’t perform that action at this time.
0 commit comments