]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/expand-to-unstable-2.stderr
Rollup merge of #69645 - DutchGhost:const-forget-tests, r=Dylan-DPC
[rust.git] / src / test / ui / proc-macro / expand-to-unstable-2.stderr
1 error[E0658]: attributes starting with `rustc` are reserved for use by the `rustc` compiler
2   --> $DIR/expand-to-unstable-2.rs:10:10
3    |
4 LL | #[derive(Unstable)]
5    |          ^^^^^^^^
6    |
7    = help: add `#![feature(rustc_attrs)]` to the crate attributes to enable
8    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0658`.