rust/src/test/ui/parser/issue-24375.stderr

9 lines
284 B
Plaintext
Raw Normal View History

2018-10-20 20:36:17 +00:00
error: expected one of `=>`, `@`, `if`, or `|`, found `[`
2018-12-25 15:56:47 +00:00
--> $DIR/issue-24375.rs:8:12
2018-10-20 20:36:17 +00:00
|
LL | tmp[0] => {} //~ ERROR expected one of `=>`, `@`, `if`, or `|`, found `[`
| ^ expected one of `=>`, `@`, `if`, or `|` here
error: aborting due to previous error