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