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