mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 15:56:09 +03:00
27f079ae24
```
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
```