]> git.lizzy.rs Git - rust.git/blob - src/test/ui/empty/empty-macro-use.stderr
Merge commit '8da837185714cefbb261e93e9846afb11c1dc60e' into sync-rustfmt-subtree
[rust.git] / src / test / ui / empty / empty-macro-use.stderr
1 error: cannot find macro `macro_two` in this scope
2   --> $DIR/empty-macro-use.rs:7: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