]> git.lizzy.rs Git - rust.git/blob - src/test/ui/underscore-ident-matcher.stderr
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[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