]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/macro-expansion-tests.stderr
Auto merge of #83152 - guswynn:jemallocator_part2, r=Mark-Simulacrum
[rust.git] / src / test / ui / macros / macro-expansion-tests.stderr
1 error: cannot find macro `m` in this scope
2   --> $DIR/macro-expansion-tests.rs:7:21
3    |
4 LL |     fn g() -> i32 { m!() }
5    |                     ^
6    |
7    = help: have you added the `#[macro_use]` on the module/import?
8
9 error: cannot find macro `m` in this scope
10   --> $DIR/macro-expansion-tests.rs:15:21
11    |
12 LL |     fn g() -> i32 { m!() }
13    |                     ^
14    |
15    = help: have you added the `#[macro_use]` on the module/import?
16
17 error: aborting due to 2 previous errors
18