d80a62d84b
Fixes #18567. Struct{x:foo, .. with_expr} did not walk with_expr, which allowed using moved variables in some cases. The CFG for structs also built up with with_expr happening before the fields, which is now reversed. (Fields are now before the with_expr in the CFG) |
||
---|---|---|
.. | ||
construct.rs | ||
graphviz.rs | ||
mod.rs |