]> git.proxmox.com Git - rustc.git/blob - src/test/ui/resolve/issue-49074.stderr
New upstream version 1.50.0+dfsg1
[rustc.git] / src / test / ui / resolve / issue-49074.stderr
1 error: cannot find macro `bar` in this scope
2 --> $DIR/issue-49074.rs:12:4
3 |
4 LL | bar!();
5 | ^^^
6 |
7 = help: have you added the `#[macro_use]` on the module/import?
8
9 error: cannot find attribute `marco_use` in this scope
10 --> $DIR/issue-49074.rs:3:3
11 |
12 LL | #[marco_use] // typo
13 | ^^^^^^^^^ help: a built-in attribute with a similar name exists: `macro_use`
14
15 error: aborting due to 2 previous errors
16