summary refs log tree commit diff
path: root/src/test/ui/macros/macro_undefined.stderr
blob: b516f91c67d1b11b723296a97b32da3403116521 (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: you could try the macro: `kl`

error: aborting due to previous error