]> git.lizzy.rs Git - rust.git/blob - src/test/ui/tool-attributes-disabled-1.stderr
resolve: Implement prelude search for macro paths
[rust.git] / src / test / ui / tool-attributes-disabled-1.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-1.rs:14:1
3    |
4 LL | #[rustfmt::bar] //~ ERROR The 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`.