2017-05-16 08:11:34 -05:00
|
|
|
error: cannot find macro `k!` in this scope
|
|
|
|
--> $DIR/macro_undefined.rs:21:5
|
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | k!(); //~ ERROR cannot find
|
2018-01-14 15:08:22 -06:00
|
|
|
| ^ help: you could try the macro: `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
|
|
|
|