summary refs log tree commit diff
path: root/src/test/ui/proc-macro/issue-41211.stderr
blob: dfb2f6f63d84706d56c6d65ac3c066b1847ee3e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
error[E0658]: The attribute `emit_unchanged` is currently unknown to the compiler and may have meaning added to it in the future
  --> $DIR/issue-41211.rs:8:4
   |
LL | #![emit_unchanged]
   |    ^^^^^^^^^^^^^^
   |
   = note: for more information, see https://github.com/rust-lang/rust/issues/29642
   = help: add #![feature(custom_attribute)] to the crate attributes to enable

error: inconsistent resolution for a macro: first custom attribute, then attribute macro
  --> $DIR/issue-41211.rs:8:4
   |
LL | #![emit_unchanged]
   |    ^^^^^^^^^^^^^^

error: aborting due to 2 previous errors

For more information about this error, try `rustc --explain E0658`.