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