blob: 32efe23c72b5814b88959975c35c7e154b8d0923 [file] [log] [blame]
error: expected `|`, found `}`
--> $DIR/issue-43196.rs:3:1
|
LL | |
| - expected `|` here
LL | }
| ^ unexpected token
error: expected item, found `|`
--> $DIR/issue-43196.rs:5:1
|
LL | |
| ^ expected item
error: aborting due to 2 previous errors