rust/compiler
Xiretza 0757d5f83f Fix condition for "missing struct" diagnostic on tuple structs
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(...);
2023-02-01 21:50:34 +01:00
..
2023-01-31 18:49:03 +01:00
2023-01-31 07:54:01 +00:00
2023-01-31 10:09:23 +00:00