summaryrefslogtreecommitdiffstats
path: root/src/test/ui/proc-macro/expand-to-unstable-2.stderr
blob: 8b16ffb76f26fc1e419cba16fad42760f5ddc5ae (plain)
1
2
3
4
5
6
7
8
9
10
error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
  --> $DIR/expand-to-unstable-2.rs:10:10
   |
LL | #[derive(Unstable)]
   |          ^^^^^^^^
   |
   = note: this error originates in the derive macro `Unstable` (in Nightly builds, run with -Z macro-backtrace for more info)

error: aborting due to previous error