blob: a0e0c351a483433b936988e1cc6af6112dc19e69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
error[E0658]: macro unstable_macro! is unstable
--> $DIR/macro-stability.rs:11:5
|
LL | unstable_macro!();
| ^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(unstable_macros)] to the crate attributes to enable
error: aborting due to previous error
For more information about this error, try `rustc --explain E0658`.
|