rust/src/test/ui/underscore-ident-matcher.stderr
Vadim Petrochenkov fa72a81bea Update tests
2019-03-11 23:10:26 +03:00

12 lines
312 B
Plaintext

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