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 @@ -370,6 +370,8 @@ Compatibility Notes
370
370
- [ The maximum number for ` repr(align(N)) ` is now 2²⁹.] [ 50378 ] Previously you
371
371
could enter higher numbers but they were not supported by LLVM. Up to 512MB
372
372
alignment should cover all use cases.
373
+ - The ` .description() ` method on the ` std::error::Error ` trait
374
+ [ has been soft-deprecated] [ 50163 ] . It is no longer required to implement it.
373
375
374
376
[ 48553 ] : https://github.com/rust-lang/rust/pull/48553/
375
377
[ 48851 ] : https://github.com/rust-lang/rust/pull/48851/
@@ -383,6 +385,7 @@ Compatibility Notes
383
385
[ 49719 ] : https://github.com/rust-lang/rust/pull/49719/
384
386
[ 49896 ] : https://github.com/rust-lang/rust/pull/49896/
385
387
[ 49968 ] : https://github.com/rust-lang/rust/pull/49968/
388
+ [ 50163 ] : https://github.com/rust-lang/rust/pull/50163
386
389
[ 50177 ] : https://github.com/rust-lang/rust/pull/50177/
387
390
[ 50378 ] : https://github.com/rust-lang/rust/pull/50378/
388
391
[ 50398 ] : https://github.com/rust-lang/rust/pull/50398/
You can’t perform that action at this time.
0 commit comments