rust/compiler/rustc_ast_lowering
Eric Huss 7b36047239 Make Node::ExprField a child of Node::Expr.
This was incorrectly inserting the ExprField as a sibling of the struct
expression.

This required adjusting various parts which were looking at parent node
of a field expression to find the struct.
2022-08-11 21:48:39 -07:00
..
2022-06-27 08:48:55 +10:00