]> git.lizzy.rs Git - rust.git/blob - tests/ui/missing/missing-macro-use.stderr
Rollup merge of #106470 - ehuss:tidy-no-wasm, r=Mark-Simulacrum
[rust.git] / tests / ui / missing / missing-macro-use.stderr
1 error: cannot find macro `macro_two` in this scope
2   --> $DIR/missing-macro-use.rs:6:5
3    |
4 LL |     macro_two!();
5    |     ^^^^^^^^^
6    |
7    = note: consider importing this macro:
8            two_macros::macro_two
9
10 error: aborting due to previous error
11