about summary refs log tree commit diff
path: root/tests/ui/coroutine/check-resume-ty-lifetimes.rs
AgeCommit message (Expand)AuthorLines
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-6/+9
2024-01-04Check yield terminator's resume type in borrowckMichael Goulet-0/+27