]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/macro_undefined.stderr
Rollup merge of #89945 - JohnTitor:we-now-specialize-clone-from-slice, r=the8472
[rust.git] / src / test / ui / macros / macro_undefined.stderr
1 error: cannot find macro `k` in this scope
2   --> $DIR/macro_undefined.rs:11:5
3    |
4 LL |     macro_rules! kl {
5    |     --------------- similarly named macro `kl` defined here
6 ...
7 LL |     k!();
8    |     ^ help: a macro with a similar name exists: `kl`
9
10 error: aborting due to previous error
11