rust/compiler/rustc_ast_pretty/src
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
..
pprust ast/hir: Rename field-related structures 2021-03-16 11:41:24 +03:00
helpers.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
lib.rs Box the biggest ast::ItemKind variants 2021-02-01 09:23:39 +01:00
pp.rs Add missing commas to `rustc_ast_pretty::pp` docs 2020-12-28 14:23:20 -08:00