blob: 7d82e13626ac7f5fbff1ac545b2cb53c3a8e6e1b [file] [log] [blame]
error: expected one of `=>`, `@`, `if`, or `|`, found `[`
--> $DIR/issue-24375.rs:16:12
|
LL | tmp[0] => {} //~ ERROR expected one of `=>`, `@`, `if`, or `|`, found `[`
| ^ expected one of `=>`, `@`, `if`, or `|` here
error: aborting due to previous error