about summary refs log tree commit diff
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2018-09-13 10:02:19 +0800
committerkennytm <kennytm@gmail.com>2018-09-14 00:41:37 +0800
commit74cf0746e0574bd56418c31abc3d62e83ac6b5c7 (patch)
tree57e55ef7b86176fff6b767fd61e401a315748447
parent2882119febc065f05e835ec306b93b14c6e61b1b (diff)
parente25e2abe4831e6c1ae3b93f6c4209276272ff0ee (diff)
downloadrust-74cf0746e0574bd56418c31abc3d62e83ac6b5c7.tar.gz
rust-74cf0746e0574bd56418c31abc3d62e83ac6b5c7.zip
Rollup merge of #54070 - passcod:patch-1, r=steveklabnik
Add Error::description soft-deprecation to RELEASES
-rw-r--r--RELEASES.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 7e727e0d41b..0cd89101ad1 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -370,6 +370,8 @@ Compatibility Notes
 - [The maximum number for `repr(align(N))` is now 2²⁹.][50378] Previously you
   could enter higher numbers but they were not supported by LLVM. Up to 512MB
   alignment should cover all use cases.
+- The `.description()` method on the `std::error::Error` trait
+  [has been soft-deprecated][50163]. It is no longer required to implement it.
 
 [48553]: https://github.com/rust-lang/rust/pull/48553/
 [48851]: https://github.com/rust-lang/rust/pull/48851/
@@ -383,6 +385,7 @@ Compatibility Notes
 [49719]: https://github.com/rust-lang/rust/pull/49719/
 [49896]: https://github.com/rust-lang/rust/pull/49896/
 [49968]: https://github.com/rust-lang/rust/pull/49968/
+[50163]: https://github.com/rust-lang/rust/pull/50163
 [50177]: https://github.com/rust-lang/rust/pull/50177/
 [50378]: https://github.com/rust-lang/rust/pull/50378/
 [50398]: https://github.com/rust-lang/rust/pull/50398/