| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-05-11 | Recover from invalid `struct` item syntax | Esteban Küber | -0/+35 | |
| Parse unsupported "default field const values": ```rust struct S { field: Type = const_val, } ``` Recover from small `:` typo and provide suggestion: ```rust struct S { field; Type, field2= Type, } ``` | ||||
