mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-03 01:16:14 +03:00
5d429f3847
Recover extra trailing angle brackets in struct definition This commit applies the existing 'extra angle bracket recovery' logic when parsing fields in struct definitions. This allows us to continue parsing the struct's fields, avoiding spurious 'missing field' errors in code that tries to use the struct.