Skip to content

Commit 4e9dc76

Browse files
authored
Rollup merge of #86339 - JohnTitor:note-derive-on-proc-macros, r=petrochenkov
Mention #79078 on compatibility notes of 1.52 Closes #85854 r? ``@petrochenkov``
2 parents b5c3ef6 + 78df1b8 commit 4e9dc76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RELEASES.md

+2
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ Compatibility Notes
306306
- [Rustc now catches more cases of `pub_use_of_private_extern_crate`][80763]
307307
- [Changes in how proc macros handle whitespace may lead to panics when used
308308
with older `proc-macro-hack` versions. A `cargo update` should be sufficient to fix this in all cases.][84136]
309+
- [Turn `#[derive]` into a regular macro attribute][79078]
309310

310311
[84136]: https://github.com/rust-lang/rust/issues/84136
311312
[80763]: https://github.com/rust-lang/rust/pull/80763
@@ -332,6 +333,7 @@ Compatibility Notes
332333
[78429]: https://github.com/rust-lang/rust/pull/78429
333334
[82733]: https://github.com/rust-lang/rust/pull/82733
334335
[82594]: https://github.com/rust-lang/rust/pull/82594
336+
[79078]: https://github.com/rust-lang/rust/pull/79078
335337
[cargo/9181]: https://github.com/rust-lang/cargo/pull/9181
336338
[`char::MAX`]: https://doc.rust-lang.org/std/primitive.char.html#associatedconstant.MAX
337339
[`char::REPLACEMENT_CHARACTER`]: https://doc.rust-lang.org/std/primitive.char.html#associatedconstant.REPLACEMENT_CHARACTER

0 commit comments

Comments
 (0)