]> git.proxmox.com Git - rustc.git/blame - src/test/ui/macros/macro_undefined.stderr
New upstream version 1.38.0+dfsg1
[rustc.git] / src / test / ui / macros / macro_undefined.stderr
CommitLineData
041b39d2 1error: cannot find macro `k!` in this scope
0731742a 2 --> $DIR/macro_undefined.rs:11:5
041b39d2 3 |
532ac7d7 4LL | k!();
416331ca 5 | ^ help: a macro with a similar name exists: `kl`
041b39d2 6
b7449926 7error: aborting due to previous error
041b39d2 8