Commit 5c9c9a6a9fb81ea909da227752bec3dd9e5b3caf talks about something called common enum fields and includes the following wacky rust example: ``` enum Foo { struct { x: int; y: int; } Bar(int), Baz(int) } ``` Don't see this documented anywhere.