File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ Language
52
52
pub trait Read {}
53
53
```
54
54
- [ ` extern ` functions will now abort by default when panicking.] [ 55982 ]
55
+ This was previously undefined behaviour.
55
56
56
57
Compiler
57
58
--------
@@ -126,6 +127,7 @@ Compatibility Notes
126
127
[ 56303 ] : https://github.com/rust-lang/rust/pull/56303/
127
128
[ 56351 ] : https://github.com/rust-lang/rust/pull/56351/
128
129
[ 55982 ] : https://github.com/rust-lang/rust/pull/55982/
130
+ [ 56362 ] : https://github.com/rust-lang/rust/pull/56362
129
131
[ 57105 ] : https://github.com/rust-lang/rust/pull/57105
130
132
[ cargo/6484 ] : https://github.com/rust-lang/cargo/pull/6484/
131
133
[ `unix::FileExt::read_exact_at` ] : https://doc.rust-lang.org/std/os/unix/fs/trait.FileExt.html#method.read_exact_at
You can’t perform that action at this time.
0 commit comments