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