2021-12-04 12:05:30 -06:00
|
|
|
error: expected one of `->`, `where`, or `{`, found `}`
|
|
|
|
--> $DIR/issue-87635.rs:6:1
|
2021-07-30 16:09:54 -05:00
|
|
|
|
|
|
|
|
LL | pub fn bar()
|
2021-12-04 12:05:30 -06:00
|
|
|
| --- - expected one of `->`, `where`, or `{`
|
|
|
|
| |
|
|
|
|
| while parsing this `fn`
|
|
|
|
LL |
|
2021-07-30 16:09:54 -05:00
|
|
|
LL | }
|
2021-12-04 12:05:30 -06:00
|
|
|
| ^ unexpected token
|
2021-07-30 16:09:54 -05:00
|
|
|
|
|
|
|
error: associated function in `impl` without body
|
|
|
|
--> $DIR/issue-87635.rs:4:5
|
|
|
|
|
|
|
|
|
LL | pub fn bar()
|
2022-03-22 17:29:07 -05:00
|
|
|
| ^^^^^^^^^^^^- help: provide a definition for the function: `{ <body> }`
|
2021-07-30 16:09:54 -05:00
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|