| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-02-01 | Fix condition for "missing `struct`" diagnostic on tuple structs | Xiretza | -0/+6 | |
| The check previously matched this, and suggested adding a missing `struct`: pub Foo(...): It was probably intended to match this instead (semicolon instead of colon): pub Foo(...); | ||||
