rust/tests/ui/macros/macro_undefined.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
294 B
Plaintext
Raw Normal View History

error: cannot find macro `k` in this scope
2018-12-25 15:56:47 +00:00
--> $DIR/macro_undefined.rs:11:5
|
2020-03-21 14:03:58 +00:00
LL | macro_rules! kl {
| --------------- similarly named macro `kl` defined here
...
2020-03-21 14:03:58 +00:00
LL | k!();
| ^ help: a macro with a similar name exists: `kl`
error: aborting due to 1 previous error