2023-02-28 01:55:19 -06:00
|
|
|
error: mismatched closing delimiter: `}`
|
2021-08-27 05:57:28 -05:00
|
|
|
--> $DIR/issue-58856-2.rs:6:19
|
2019-03-01 18:28:04 -06:00
|
|
|
|
|
2020-02-22 01:16:39 -06:00
|
|
|
LL | impl Howness for () {
|
2023-02-28 01:55:19 -06:00
|
|
|
| - closing delimiter possibly meant for this
|
|
|
|
LL | fn how_are_you(&self -> Empty {
|
|
|
|
| ^ unclosed delimiter
|
2020-02-22 01:16:39 -06:00
|
|
|
...
|
2019-03-01 18:28:04 -06:00
|
|
|
LL | }
|
2023-02-28 01:55:19 -06:00
|
|
|
| ^ mismatched closing delimiter
|
2019-03-01 18:28:04 -06:00
|
|
|
|
2023-02-28 01:55:19 -06:00
|
|
|
error: aborting due to previous error
|
2019-03-01 18:28:04 -06:00
|
|
|
|