]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/expand-to-unstable-2.stderr
Rollup merge of #87081 - a1phyr:add_wasi_ext_tracking_issue, r=dtolnay
[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