rust/compiler/rustc_mir
Midas Lambrichts 5676bd51ae Break when there is a mismatch in the type count
When other errors are generated, there can be a mismatch between the
amount of input types in MIR, and the amount in the function itself.
Break from the comparative loop if this is the case to prevent
out-of-bounds.
2021-03-26 23:16:22 +01:00
..
src Break when there is a mismatch in the type count 2021-03-26 23:16:22 +01:00
Cargo.toml bumped smallvec deps 2021-02-14 18:03:11 +03:00