1
Fork 0

Parse unnamed fields and anonymous structs or unions

Anonymous structs or unions are only allowed in struct field
definitions.

Co-authored-by: carbotaniuman <41451839+carbotaniuman@users.noreply.github.com>
This commit is contained in:
Frank King 2023-08-23 20:53:47 +08:00
parent 439d066bcf
commit 868706d9b5
25 changed files with 650 additions and 5 deletions

View file

@ -1603,6 +1603,7 @@ symbols! {
unix_sigpipe,
unlikely,
unmarked_api,
unnamed_fields,
unpin,
unreachable,
unreachable_2015,