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