2019-09-15 05:12:14 -05:00
|
|
|
error: cannot find macro `bar` in this scope
|
2018-12-26 18:07:00 -06:00
|
|
|
--> $DIR/issue-49074.rs:12:4
|
2018-12-16 11:23:27 -06:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | bar!();
|
2018-12-16 11:23:27 -06:00
|
|
|
| ^^^
|
|
|
|
|
|
|
|
|
= help: have you added the `#[macro_use]` on the module/import?
|
|
|
|
|
2019-09-15 04:55:18 -05:00
|
|
|
error: cannot find attribute `marco_use` in this scope
|
2019-08-12 13:52:37 -05:00
|
|
|
--> $DIR/issue-49074.rs:3:3
|
|
|
|
|
|
|
|
|
LL | #[marco_use] // typo
|
|
|
|
| ^^^^^^^^^ help: a built-in attribute with a similar name exists: `macro_use`
|
|
|
|
|
2018-12-16 11:23:27 -06:00
|
|
|
error: aborting due to 2 previous errors
|
2018-03-16 02:53:40 -05:00
|
|
|
|