blob: 7f2b6ac30b0dae46ec14f42c6cb60ab14d9aa316 [file] [log] [blame]
error: no rules expected the token `_`
--> $DIR/underscore-ident-matcher.rs:18:19
|
LL | let identity!(_) = 10; //~ ERROR no rules expected the token `_`
| ^
error: aborting due to previous error