17 lines
279 B
Plaintext
17 lines
279 B
Plaintext
|
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
|
||
|
|