mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
18be2728bd
Parse unnamed fields and anonymous structs or unions (no-recovery) It is part of #114782 which implements #49804. Only parse anonymous structs or unions in struct field definition positions. r? `@petrochenkov`