]> git.lizzy.rs Git - rust.git/blob - src/test/ui/tool-attributes/tool-attributes-disabled-2.stderr
b327773dd6adcf619bcd9313068325e2b1b5957a
[rust.git] / src / test / ui / tool-attributes / tool-attributes-disabled-2.stderr
1 error[E0658]: The attribute `rustfmt::bar` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
2   --> $DIR/tool-attributes-disabled-2.rs:14:1
3    |
4 LL | #[rustfmt::bar] //~ ERROR attribute `rustfmt::bar` is currently unknown to the compiler
5    | ^^^^^^^^^^^^^^^
6    |
7    = help: add #![feature(custom_attribute)] to the crate attributes to enable
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0658`.