]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/issue-41211.stderr
Do not abort compilation if expansion produces errors
[rust.git] / src / test / ui / proc-macro / issue-41211.stderr
1 error[E0658]: The attribute `emit_unchanged` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
2   --> $DIR/issue-41211.rs:8:4
3    |
4 LL | #![emit_unchanged]
5    |    ^^^^^^^^^^^^^^
6    |
7    = help: add #![feature(custom_attribute)] to the crate attributes to enable
8
9 error: inconsistent resolution for a macro: first custom attribute, then attribute macro
10   --> $DIR/issue-41211.rs:18:4
11    |
12 LL | #![emit_unchanged]
13    |    ^^^^^^^^^^^^^^
14
15 error: aborting due to 2 previous errors
16
17 For more information about this error, try `rustc --explain E0658`.