rust/compiler/rustc_mir
Dylan DPC 7e0441dc36
Rollup merge of #78969 - tmiasko:normalize, r=davidtwco
Normalize function type during validation

During inlining, the callee body is normalized and has types revealed,
but some of locals corresponding to the arguments might come from the
caller body which is not. As a result the caller body does not pass
validation without additional normalization.

Closes #78442.
2020-11-15 03:02:51 +01:00
..
src Rollup merge of #78969 - tmiasko:normalize, r=davidtwco 2020-11-15 03:02:51 +01:00
Cargo.toml Added some unit tests as requested 2020-11-11 16:40:17 -08:00