]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/macro-use-wrong-name.stderr
Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakis
[rust.git] / src / test / ui / macros / macro-use-wrong-name.stderr
1 error: cannot find macro `macro_two!` in this scope
2   --> $DIR/macro-use-wrong-name.rs:17:5
3    |
4 LL |     macro_two!();
5    |     ^^^^^^^^^ help: you could try the macro: `macro_one`
6
7 error: aborting due to previous error
8