2017-05-16 15:11:34 +02: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
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | k!(); //~ ERROR cannot find
|
2018-01-15 08:08:22 +11:00
|
|
|
| ^ help: you could try the macro: `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
|
|
|
|