2020-04-02 07:17:46 +00:00
|
|
|
error: unexpected closing delimiter: `}`
|
|
|
|
--> $DIR/issue-70583-block-is-empty-1.rs:20:1
|
|
|
|
|
|
2020-04-04 07:55:07 +00:00
|
|
|
LL | fn struct_generic(x: Vec<i32>) {
|
2023-01-26 11:02:19 +08:00
|
|
|
| - this delimiter might not be properly closed...
|
2020-04-03 07:24:02 +00:00
|
|
|
...
|
2020-04-04 07:55:07 +00:00
|
|
|
LL | }
|
2023-01-26 11:02:19 +08:00
|
|
|
| - ...as it matches this but it has different indentation
|
2020-04-02 07:17:46 +00:00
|
|
|
LL | }
|
|
|
|
| ^ unexpected closing delimiter
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|