Skip to content

Commit 78df1b8

Browse files
committed
Mention #79078 on compatibility notes of 1.52
1 parent 246571a commit 78df1b8

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
@@ -320,6 +320,7 @@ Compatibility Notes
320320
- [Rustc now catches more cases of `pub_use_of_private_extern_crate`][80763]
321321
- [Changes in how proc macros handle whitespace may lead to panics when used
322322
with older `proc-macro-hack` versions. A `cargo update` should be sufficient to fix this in all cases.][84136]
323+
- [Turn `#[derive]` into a regular macro attribute][79078]
323324

324325
[84136]: https://github.com/rust-lang/rust/issues/84136
325326
[80763]: https://github.com/rust-lang/rust/pull/80763
@@ -346,6 +347,7 @@ Compatibility Notes
346347
[78429]: https://github.com/rust-lang/rust/pull/78429
347348
[82733]: https://github.com/rust-lang/rust/pull/82733
348349
[82594]: https://github.com/rust-lang/rust/pull/82594
350+
[79078]: https://github.com/rust-lang/rust/pull/79078
349351
[cargo/9181]: https://github.com/rust-lang/cargo/pull/9181
350352
[`char::MAX`]: https://doc.rust-lang.org/std/primitive.char.html#associatedconstant.MAX
351353
[`char::REPLACEMENT_CHARACTER`]: https://doc.rust-lang.org/std/primitive.char.html#associatedconstant.REPLACEMENT_CHARACTER

0 commit comments

Comments
 (0)