]> git.proxmox.com Git - rustc.git/blame - src/test/ui/missing/missing-macro-use.stderr
New upstream version 1.49.0~beta.4+dfsg1
[rustc.git] / src / test / ui / missing / missing-macro-use.stderr
CommitLineData
e1599b0c 1error: cannot find macro `macro_two` in this scope
0731742a 2 --> $DIR/missing-macro-use.rs:6:5
b7449926
XL
3 |
4LL | macro_two!();
5 | ^^^^^^^^^
29967ef6
XL
6 |
7 = note: consider importing this macro:
8 two_macros::macro_two
b7449926
XL
9
10error: aborting due to previous error
11