aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/empty_struct.stderr
blob: f6fbfc11754fb2fafb632eb79bf978d3f5dbcea9 (plain)
1
2
3
4
5
error: structs without any fields are not supported
 --> tests/ui/empty_struct.rs:3:5
  |
3 |     struct Empty {}
  |     ^^^^^^^^^^^^^^^