1error: structs without any fields are not supported 2 --> $DIR/empty_struct.rs:3:5 3 | 43 | struct Empty {} 5 | ^^^^^^^^^^^^^^^ 6