mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
17 lines
272 B
Plaintext
17 lines
272 B
Plaintext
error: expected `|`, found `}`
|
|
--> $DIR/issue-43196.rs:3:1
|
|
|
|
|
LL | |
|
|
| - expected `|`
|
|
LL | }
|
|
| ^ unexpected token
|
|
|
|
error: expected item, found `|`
|
|
--> $DIR/issue-43196.rs:5:1
|
|
|
|
|
LL | |
|
|
| ^ expected item
|
|
|
|
error: aborting due to 2 previous errors
|
|
|