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
= note: see issue #54727 <https://github.com/rust-lang/rust/issues/54727> for more information
77
77
= help: add `#![feature(proc_macro_hygiene)]` to the crate attributes to enable
78
78
79
-
error: aborting due to 9 previous errors
79
+
error: inner macro attributes are unstable
80
+
--> $DIR/proc-macro-gates.rs:49:8
81
+
|
82
+
LL | #![test]
83
+
| ^^^^
84
+
|
85
+
= note: `#[deny(soft_unstable)]` on by default
86
+
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
87
+
= note: for more information, see issue #64266 <https://github.com/rust-lang/rust/issues/64266>
88
+
89
+
error: aborting due to 10 previous errors
80
90
81
91
For more information about this error, try `rustc --explain E0658`.
0 commit comments