Commit 7ef47f4
authored
Rollup merge of #141125 - lcnr:coroutine_obligations_use_borrowck, r=compiler-errors
check coroutines with `TypingMode::Borrowck` to avoid cyclic reasoning
MIR borrowck taints its output if an obligation fails. This could then cause `check_coroutine_obligations` to silence its error, causing us to not emit and actual error and ICE.
Fixes the ICE in rust-lang/trait-system-refactor-initiative#199. It is unfortunately still a regression.
r? compiler-errorsFile tree
0 file changed
+0
-0
lines changed0 file changed
+0
-0
lines changed
0 commit comments