rust/src/test/ui/underscore-ident-matcher.stderr
2018-10-24 11:34:23 -07:00

12 lines
344 B
Plaintext

error: no rules expected the token `_`
--> $DIR/underscore-ident-matcher.rs:18:19
|
LL | macro_rules! identity {
| --------------------- when calling this macro
...
LL | let identity!(_) = 10; //~ ERROR no rules expected the token `_`
| ^ no rules expected the token `_`
error: aborting due to previous error