rust/compiler/rustc_passes
Eric Huss dcd5177fd4 Add visitors for PatField and ExprField.
This helps simplify the code. It also fixes it to use the correct parent
when lowering. One consequence is the `non_snake_case` lint needed
to change the way it looked for parent nodes in a struct pattern.

This also includes a small fix to use the correct `Target` for
expression field attribute validation.
2022-08-11 21:48:39 -07:00
..
src Add visitors for PatField and ExprField. 2022-08-11 21:48:39 -07:00
Cargo.toml passes: migrate half of check_attr 2022-07-15 16:13:49 +01:00