about summary refs log tree commit diff
path: root/tests/ui/coroutine/clone-impl-static.rs
AgeCommit message (Collapse)AuthorLines
2025-06-25Do not use `gen` as binding nameEsteban Küber-3/+3
If we ever start testing every edition, using a new keyword unnecessarily will cause divergent output, so pre-emptively change `gen` into `generator`.
2024-12-21coroutine_clone: add commentsRalf Jung-0/+2
2024-11-06Add --diagnostic-width to some tests failing after 1a0c5021838Hans Wennborg-0/+1
Otherwise the tests would fail depending on the execution environment.
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-2/+3
And suggest adding the `#[coroutine]` to the closure
2023-10-20Rename `generator` folderOli Scherer-0/+17