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

19 lines
394 B
Plaintext
Raw Normal View History

error: expected `|`, found `}`
2018-12-25 08:56:47 -07:00
--> $DIR/issue-43196.rs:3:1
|
LL | |
2019-10-22 11:46:19 -07:00
| - expected `|`
LL | }
| ^ unexpected token
error: expected item, found `|`
2018-12-25 08:56:47 -07:00
--> $DIR/issue-43196.rs:5:1
|
LL | |
| ^ expected item
|
= note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
error: aborting due to 2 previous errors