rust/tests/ui/parser/issues/issue-43196.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
272 B
Plaintext
Raw Normal View History

error: expected `|`, found `}`
2018-12-25 09:56:47 -06:00
--> $DIR/issue-43196.rs:3:1
|
LL | |
2019-10-22 13:46:19 -05:00
| - expected `|`
LL | }
| ^ unexpected token
error: expected item, found `|`
2018-12-25 09:56:47 -06:00
--> $DIR/issue-43196.rs:5:1
|
LL | |
| ^ expected item
error: aborting due to 2 previous errors