| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-05-17 | check coroutines with TypingMode::Borrowck to avoid cyclic reasoning | lcnr | -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. | ||||
