mirror of
https://github.com/topjohnwu/cxx.git
synced 2025-02-24 18:12:14 +00:00
6 lines
134 B
Plaintext
6 lines
134 B
Plaintext
error: structs without any fields are not supported
|
|
--> $DIR/empty_struct.rs:3:5
|
|
|
|
|
3 | struct Empty {}
|
|
| ^^^^^^^^^^^^^^^
|