From 0a9b06f98c6d0247f1cf5374d4e9456b3bea9df1 Mon Sep 17 00:00:00 2001 From: Christiaan Dirkx Date: Tue, 4 May 2021 17:39:57 +0200 Subject: [PATCH] Update RELEASES.md with missing deprecation notes. --- RELEASES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index 1e94fb8e42f04..05b5325488e6e 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -97,6 +97,9 @@ Compatibility Notes - [Rustc now catches more cases of `pub_use_of_private_extern_crate`][80763] - [Changes in how proc macros handle whitespace may lead to panics when used with older `proc-macro-hack` versions. A `cargo update` should be sufficient to fix this in all cases.][84136] +- [Deprecated internal compiler derive macros `RustcEncodable` and `RustcDecodable`.][83160] +- [Deprecated `alloc::LayoutErr` in favor of `alloc::LayoutError`.][81767] +- [Deprecated `intrinsics::drop_in_place` and `collections::Bound` again; these items were deprecated earlier, but due to a bug no deprecation messages were emitted.][82122] [84136]: https://github.com/rust-lang/rust/issues/84136 [80763]: https://github.com/rust-lang/rust/pull/80763 @@ -123,6 +126,9 @@ Compatibility Notes [78429]: https://github.com/rust-lang/rust/pull/78429 [82733]: https://github.com/rust-lang/rust/pull/82733 [82594]: https://github.com/rust-lang/rust/pull/82594 +[83160]: https://github.com/rust-lang/rust/pull/83160 +[81767]: https://github.com/rust-lang/rust/pull/81767 +[82122]: https://github.com/rust-lang/rust/pull/82122 [cargo/9181]: https://github.com/rust-lang/cargo/pull/9181 [`char::MAX`]: https://doc.rust-lang.org/std/primitive.char.html#associatedconstant.MAX [`char::REPLACEMENT_CHARACTER`]: https://doc.rust-lang.org/std/primitive.char.html#associatedconstant.REPLACEMENT_CHARACTER