]> git.lizzy.rs Git - rust.git/blob - src/test/ui/underscore-ident-matcher.stderr
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[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; //~ ERROR no rules expected the token `_`
8    |                   ^ no rules expected this token in macro call
9
10 error: aborting due to previous error
11