You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/ui/feature-gates/feature-gate-macro-derive.stderr
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ error[E0658]: `macro_rules!` derives are unstable
4
4
LL | macro_rules! MyDerive { derive() {} => {} }
5
5
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
6
|
7
-
= note: see issue #83527 <https://github.com/rust-lang/rust/issues/83527> for more information
8
-
= help: add `#![feature(macro_attr)]` to the crate attributes to enable
7
+
= note: see issue #143549 <https://github.com/rust-lang/rust/issues/143549> for more information
8
+
= help: add `#![feature(macro_derive)]` to the crate attributes to enable
9
9
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
0 commit comments