blob: a3d4f3cd3489fe430680badc07902a87ed973ff5 [file] [log] [blame]
error: cannot find macro `m!` in this scope
--> $DIR/macro-expansion-tests.rs:17:21
|
LL | fn g() -> i32 { m!() }
| ^
|
= help: have you added the `#[macro_use]` on the module/import?
error: cannot find macro `m!` in this scope
--> $DIR/macro-expansion-tests.rs:25:21
|
LL | fn g() -> i32 { m!() }
| ^
|
= help: have you added the `#[macro_use]` on the module/import?
error: aborting due to 2 previous errors