rust/compiler/rustc_middle/src/hir/map
Vadim Petrochenkov b25d3ba781 ast/hir: Rename field-related structures
StructField -> FieldDef ("field definition")
Field -> ExprField ("expression field", not "field expression")
FieldPat -> PatField ("pattern field", not "field pattern")

Also rename visiting and other methods working on them.
2021-03-16 11:41:24 +03:00
..
blocks.rs Do not store attrs in FnKind. 2021-03-09 19:09:33 +01:00
collector.rs ast/hir: Rename field-related structures 2021-03-16 11:41:24 +03:00
mod.rs Remove unused `opt_local_def_id_to_hir_id` function 2021-03-14 01:37:13 -05:00