Skip to content

Commit c399954

Browse files
committed
Auto merge of #113853 - cjgillot:split-validator, r=compiler-errors
Reuse the MIR validator for MIR inlining Instead of having the inliner home-cook its own validation, we just check that the substituted MIR body passes the regular validation. The MIR validation is first split in two: control flow validation (MIR syntax and CFG invariants) and type validation (subtyping relationship in assignments and projections). Only the latter can be affected by instantiating type parameters.
2 parents ab0f3e6 + b6cd700 commit c399954

File tree

2 files changed

+320
-305
lines changed

2 files changed

+320
-305
lines changed

0 commit comments

Comments
 (0)