]> git.proxmox.com Git - rustc.git/blob - src/test/ui/missing/missing-macro-use.stderr
Update unsuspicious file list
[rustc.git] / src / test / 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