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