summary refs log tree commit diff
path: root/src/test/ui/union/union-empty.stderr
blob: 71bba8fda2eb148f1924c4b1b3795ad6be416eca (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 unions cannot have zero fields
   | ^^^^^^^^^^

error: aborting due to previous error