summary refs log tree commit diff
path: root/src/test/ui/union/union-empty.stderr
blob: 5abe45814acce9a3ef5b05281c933a3f51158909 (plain)
1
2
3
4
5
6
7
8
error: unions cannot have zero fields
  --> $DIR/union-empty.rs:11:1
   |
LL | union U {} //~ ERROR unions cannot have zero fields
   | ^^^^^^^^^^

error: aborting due to previous error