]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/macro-non-lifetime.stderr
Merge commit 'ea199bacef07213dbe008841b89c450e3bf0c638' into rustfmt-sync
[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