about summary refs log tree commit diff
path: root/tests/ui/coroutine/yield-while-iterating.stderr
AgeCommit message (Collapse)AuthorLines
2024-07-21Explain that coroutine can be marked staticMichael Goulet-0/+7
And also point out the def span of the coroutine
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-2/+2
And suggest adding the `#[coroutine]` to the closure
2023-10-20Rename `generator` folderOli Scherer-0/+25