]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/expand-to-unstable-2.stderr
Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3' into sync_cg_clif-2021-08-06
[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