1
Fork 0
rust/compiler/rustc_hir
Eric Huss b651c1cebe Check attributes on struct expression fields.
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.
2022-08-11 21:48:39 -07:00
..
src Check attributes on struct expression fields. 2022-08-11 21:48:39 -07:00
Cargo.toml Make AST lowering a query. 2022-07-06 23:04:55 +02:00