1
Fork 0
rust/compiler/rustc_lint
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
..
src Make Node::ExprField a child of Node::Expr. 2022-08-11 21:48:39 -07:00
Cargo.toml macros: add diagnostic derive for lints 2022-07-05 16:00:21 +01:00