about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYuki Okushi <yuki.okushi@huawei.com>2021-06-16 07:18:14 +0900
committerYuki Okushi <yuki.okushi@huawei.com>2021-06-16 07:23:19 +0900
commit78df1b8284b4b77720fb2436818c70920134354c (patch)
tree8eb1a8aeb2f259dc0a2e71cd4f3ebc34b26ba7cb
parent246571a846e29691bd535d531365acd318857207 (diff)
downloadrust-78df1b8284b4b77720fb2436818c70920134354c.tar.gz
rust-78df1b8284b4b77720fb2436818c70920134354c.zip
Mention #79078 on compatibility notes of 1.52
-rw-r--r--RELEASES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 8adc450ac98..2e9a66c6593 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -320,6 +320,7 @@ 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]
+- [Turn `#[derive]` into a regular macro attribute][79078]
 
 [84136]: https://github.com/rust-lang/rust/issues/84136
 [80763]: https://github.com/rust-lang/rust/pull/80763
@@ -346,6 +347,7 @@ 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
+[79078]: https://github.com/rust-lang/rust/pull/79078
 [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