blob: 612476bd2fe9ace03e7251ecb4e258b48a9922a5 [file] [log] [blame]
David Tolnay09462ac2020-03-20 14:58:41 -07001error: structs without any fields are not supported
2 --> $DIR/empty_struct.rs:3:5
3 |
43 | struct Empty {}
5 | ^^^^^^^^^^^^^^^