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