blob: e0d3bb3ecc2e17b4562bbe81b420314a6c7d8814 [file] [log] [blame]
error: cannot find macro `bar!` in this scope
--> $DIR/issue-49074.rs:12:4
|
LL | bar!();
| ^^^
|
= help: have you added the `#[macro_use]` on the module/import?
error: cannot find attribute macro `marco_use` in this scope
--> $DIR/issue-49074.rs:3:3
|
LL | #[marco_use] // typo
| ^^^^^^^^^ help: a built-in attribute with a similar name exists: `macro_use`
error: aborting due to 2 previous errors