]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/macro_undefined.stderr
8d44df8af0cbd35df8a06981aab2b0a423958319
[rust.git] / src / test / ui / macros / macro_undefined.stderr
1 error: cannot find macro `kl!` in this scope
2   --> $DIR/macro_undefined.rs:22:5
3    |
4 LL |     kl!(); //~ ERROR cannot find
5    |     ^^
6    |
7    = help: have you added the `#[macro_use]` on the module/import?
8
9 error: cannot find macro `k!` in this scope
10   --> $DIR/macro_undefined.rs:21:5
11    |
12 LL |     k!(); //~ ERROR cannot find
13    |     ^ help: you could try the macro: `kl`
14
15 error: aborting due to 2 previous errors
16