rust/compiler/rustc_hir_pretty
Eric Huss 1b464c73b7 Check attributes on pattern fields.
Attributes on pattern struct fields were not being checked for validity.
This adds the fields as HIR nodes so that the `CheckAttrVisitor` can
visit those nodes to check their attributes.
2022-08-11 21:48:39 -07:00
..
src Check attributes on pattern fields. 2022-08-11 21:48:39 -07:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00