summaryrefslogtreecommitdiffstats
path: root/tests/ui/union/union-empty.stderr
blob: 03a939769c78b80d8b67f4e9418d4fa21581d592 (plain)
1
2
3
4
5
6
7
8
error: unions cannot have zero fields
  --> $DIR/union-empty.rs:1:1
   |
LL | union U {}
   | ^^^^^^^^^^

error: aborting due to 1 previous error