diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2021-06-17 05:54:57 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-17 05:54:57 +0900 |
| commit | 4e9dc76d36b58601b56e629affe56972e3a63ecb (patch) | |
| tree | db64de177eda6a983c8f1aeab48dc5b230322041 | |
| parent | b5c3ef66e6270e910b03ddef6761bb998e2c2a89 (diff) | |
| parent | 78df1b8284b4b77720fb2436818c70920134354c (diff) | |
| download | rust-4e9dc76d36b58601b56e629affe56972e3a63ecb.tar.gz rust-4e9dc76d36b58601b56e629affe56972e3a63ecb.zip | |
Rollup merge of #86339 - JohnTitor:note-derive-on-proc-macros, r=petrochenkov
Mention #79078 on compatibility notes of 1.52 Closes #85854 r? ``@petrochenkov``
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index a49091373df..da8333e6287 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -306,6 +306,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 @@ -332,6 +333,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 |
