]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/macro-non-lifetime.stderr
Auto merge of #61741 - Centril:rollup-fgro5kz, r=Centril
[rust.git] / src / test / ui / macros / macro-non-lifetime.stderr
1 error: no rules expected the token `a`
2   --> $DIR/macro-non-lifetime.rs:8:8
3    |
4 LL | macro_rules! m { ($x:lifetime) => { } }
5    | -------------- when calling this macro
6 ...
7 LL |     m!(a);
8    |        ^ no rules expected this token in macro call
9
10 error: aborting due to previous error
11