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