2019-09-15 13:12:14 +03:00
|
|
|
error: cannot find macro `bar` in this scope
|
2018-12-27 03:07:00 +03:00
|
|
|
--> $DIR/issue-49074.rs:12:4
|
2018-12-16 20:23:27 +03:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | bar!();
|
2018-12-16 20:23:27 +03:00
|
|
|
| ^^^
|
|
|
|
|
|
|
|
|
= help: have you added the `#[macro_use]` on the module/import?
|
|
|
|
|
2019-09-15 12:55:18 +03:00
|
|
|
error: cannot find attribute `marco_use` in this scope
|
2019-08-12 21:52:37 +03: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 20:23:27 +03:00
|
|
|
error: aborting due to 2 previous errors
|
2018-03-16 16:53:40 +09:00
|
|
|
|