]> git.lizzy.rs Git - rust.git/blob - tests/ui/macros/macro-use-undef.stderr
Rollup merge of #106931 - Ezrashaw:docs-e0208, r=compiler-errors
[rust.git] / tests / ui / macros / macro-use-undef.stderr
1 error[E0469]: imported macro not found
2   --> $DIR/macro-use-undef.rs:3:24
3    |
4 LL | #[macro_use(macro_two, no_way)]
5    |                        ^^^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0469`.