blob: ed58be8808b2f395c5169e8275f99db6a9d30f9e [file] [log] [blame] [edit]
error: cannot find macro `k` in this scope
--> $DIR/macro_undefined.rs:11:5
|
LL | macro_rules! kl {
| --------------- similarly named macro `kl` defined here
...
LL | k!();
| ^
|
help: a macro with a similar name exists
|
LL | kl!();
| +
error: aborting due to 1 previous error