]> git.lizzy.rs Git - rust.git/blob - src/test/ui/underscore-ident-matcher.stderr
Merge commit '98e2b9f25b6db4b2680a3d388456d9f95cb28344' into clippyup
[rust.git] / src / test / ui / underscore-ident-matcher.stderr
1 error: no rules expected the token `_`
2   --> $DIR/underscore-ident-matcher.rs:8:19
3    |
4 LL | macro_rules! identity {
5    | --------------------- when calling this macro
6 ...
7 LL |     let identity!(_) = 10;
8    |                   ^ no rules expected this token in macro call
9
10 error: aborting due to previous error
11