2019-09-15 05:12:14 -05:00
|
|
|
error: cannot find macro `k` in this scope
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/macro_undefined.rs:11:5
|
2017-05-16 08:11:34 -05:00
|
|
|
|
|
2020-03-21 09:03:58 -05:00
|
|
|
LL | macro_rules! kl {
|
|
|
|
| --------------- similarly named macro `kl` defined here
|
2019-10-14 19:20:50 -05:00
|
|
|
...
|
2020-03-21 09:03:58 -05:00
|
|
|
LL | k!();
|
|
|
|
| ^ help: a macro with a similar name exists: `kl`
|
2017-05-16 08:11:34 -05:00
|
|
|
|
2018-05-13 19:22:52 -05:00
|
|
|
error: aborting due to previous error
|
2017-05-16 08:11:34 -05:00
|
|
|
|