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 @@ -370,6 +370,8 @@ Compatibility Notes
370370- [ The maximum number for ` repr(align(N)) ` is now 2²⁹.] [ 50378 ] Previously you
371371 could enter higher numbers but they were not supported by LLVM. Up to 512MB
372372 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.
373375
374376[ 48553 ] : https://github.com/rust-lang/rust/pull/48553/
375377[ 48851 ] : https://github.com/rust-lang/rust/pull/48851/
@@ -383,6 +385,7 @@ Compatibility Notes
383385[ 49719 ] : https://github.com/rust-lang/rust/pull/49719/
384386[ 49896 ] : https://github.com/rust-lang/rust/pull/49896/
385387[ 49968 ] : https://github.com/rust-lang/rust/pull/49968/
388+ [ 50163 ] : https://github.com/rust-lang/rust/pull/50163
386389[ 50177 ] : https://github.com/rust-lang/rust/pull/50177/
387390[ 50378 ] : https://github.com/rust-lang/rust/pull/50378/
388391[ 50398 ] : https://github.com/rust-lang/rust/pull/50398/
You can’t perform that action at this time.
0 commit comments