Fix mir pass ICE in the presence of other errors by oli-obk 路 Pull Request #120782 路 rust-lang/rust (original) (raw)
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request
`[Unrolled build for](/rust-lang-ci/rust/commit/a171ec0010b09e1a075a1789de1634fddc62e11f "Unrolled build for #120782 Rollup merge of #120782 - oli-obk:track_errors8, r=WaffleLapkin
Fix mir pass ICE in the presence of other errors
fixes #120779
it is impossible to add a ui test for this, because it only reproduces in build-fail, but a test that also has errors in check-fail mode can't be made build-fail 馃檭
I would have to add a run-make test or sth, which is overkill for such a tiny thing imo.") rust-lang#120782 `
[a171ec0](/rust-lang-ci/rust/commit/a171ec0010b09e1a075a1789de1634fddc62e11f)
Rollup merge of rust-lang#120782 - oli-obk:track_errors8, r=WaffleLapkin
Fix mir pass ICE in the presence of other errors
fixes rust-lang#120779
it is impossible to add a ui test for this, because it only reproduces in build-fail, but a test that also has errors in check-fail mode can't be made build-fail 馃檭
I would have to add a run-make test or sth, which is overkill for such a tiny thing imo.