summary refs log tree commit diff
path: root/src/test/ui/macros/macro_undefined.stderr
blob: b9a76e07a007b91785e2fd6cc1e48c99326b5c1e (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!(); //~ ERROR cannot find
   |     ^ help: you could try the macro: `kl`

error: aborting due to previous error