summary refs log tree commit diff
path: root/src/test/ui/underscore-ident-matcher.stderr
blob: 7f2b6ac30b0dae46ec14f42c6cb60ab14d9aa316 (plain)
1
2
3
4
5
6
7
8
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