]> git.lizzy.rs Git - rust.git/blob - src/test/ui/empty/empty-macro-use.stderr
Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3' into sync_cg_clif-2021-08-06
[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