]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-49074.stderr
8de4d081413b1c9dda58642593b208be967406eb
[rust.git] / src / test / ui / issues / issue-49074.stderr
1 error[E0658]: The attribute `marco_use` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
2   --> $DIR/issue-49074.rs:3:3
3    |
4 LL | #[marco_use] // typo
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`.