]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/expand-to-unstable-2.stderr
Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyup
[rust.git] / src / test / ui / proc-macro / expand-to-unstable-2.stderr
1 error: 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    = note: this error originates in the derive macro `Unstable` (in Nightly builds, run with -Z macro-backtrace for more info)
8
9 error: aborting due to previous error
10