summary refs log tree commit diff
path: root/src/test/ui/macros/macro_undefined.stderr
blob: 9239b2a51e62b589aa0d4ba6560261675c3c1da8 (plain)
1
2
3
4
5
6
7
8
error: cannot find macro `k!` in this scope
  --> $DIR/macro_undefined.rs:11:5
   |
LL |     k!();
   |     ^ help: a macro with a similar name exists: `kl`

error: aborting due to previous error