]> git.lizzy.rs Git - rust.git/blob - src/test/ui/underscore-ident-matcher.stderr
Merge commit 'c19edfd71a1d0ddef86c2c67fdb40718d40a72b4' into sync_cg_clif-2022-07-25
[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