cxx/tests/ui/empty_struct.stderr
2020-03-20 14:58:56 -07:00

6 lines
134 B
Plaintext

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