mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-19 06:07:05 +00:00
Attributes on struct expression fields were not being checked for validity. This adds the fields as HIR nodes so that `CheckAttrVisitor` can visit those nodes to check their attributes.