2019-09-15 05:12:14 -05:00
|
|
|
error: cannot find macro `m` in this scope
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/macro-expansion-tests.rs:7:21
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
|
LL | fn g() -> i32 { m!() }
|
|
|
|
| ^
|
|
|
|
|
|
|
|
|
= help: have you added the `#[macro_use]` on the module/import?
|
|
|
|
|
2019-09-15 05:12:14 -05:00
|
|
|
error: cannot find macro `m` in this scope
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/macro-expansion-tests.rs:15:21
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
|
LL | fn g() -> i32 { m!() }
|
|
|
|
| ^
|
|
|
|
|
|
|
|
|
= help: have you added the `#[macro_use]` on the module/import?
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|