Files
rust/compiler
Matthias Krüger 7e1ce54b22 Rollup merge of #135703 - estebank:empty-dfv, r=compiler-errors
Disallow `A { .. }` if `A` has no fields

```
error: `A` has no fields, `..` needs at least one default field in the struct definition
  --> $DIR/empty-struct.rs:16:17
   |
LL |     let _ = A { .. };
   |             -   ^^
   |             |
   |             this type has no fields
```
2025-01-19 01:22:37 +01:00
..
2025-01-08 21:26:39 +01:00
2025-01-14 23:49:10 +11:00
2025-01-07 14:30:02 +02:00
2025-01-07 14:30:02 +02:00