Skip to content

Commit e25e2ab

Browse files
authored
Add Error::description soft-deprecation to RELEASES
1 parent 0198a1e commit e25e2ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

RELEASES.md

+3
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)