about summary refs log tree commit diff
path: root/tests/ui/coroutine/delayed-obligations-emit.next.stderr
AgeCommit message (Collapse)AuthorLines
2025-05-17check coroutines with TypingMode::Borrowck to avoid cyclic reasoninglcnr-0/+15
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.