]> git.lizzy.rs Git - rust.git/blob - tests/ui/macros/macro_undefined.stderr
Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726
[rust.git] / tests / ui / macros / macro_undefined.stderr
1 error: cannot find macro `k` in this scope
2   --> $DIR/macro_undefined.rs:11:5
3    |
4 LL |     macro_rules! kl {
5    |     --------------- similarly named macro `kl` defined here
6 ...
7 LL |     k!();
8    |     ^ help: a macro with a similar name exists: `kl`
9
10 error: aborting due to previous error
11