about summary refs log tree commit diff
path: root/tests/ui/coroutine/gen_block.rs
AgeCommit message (Collapse)AuthorLines
2025-03-06Add the yield_expr featureEric Holk-2/+2
2025-01-09Fix typo in `#[coroutine]` gating errorNoah Lev-2/+2
2024-11-22Stabilize the 2024 editionEric Huss-1/+1
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-0/+9
And suggest adding the `#[coroutine]` to the closure
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-2/+2
2023-10-27Feature gate coroutine `yield` usageOli Scherer-1/+1
2023-10-27Demonstrate issue with `yield` checksOli Scherer-0/+3
2023-10-27Feature gate `gen` blocks, even in 2024 editionOli Scherer-1/+1
2023-10-27Add gen blocks to ast and do some broken ast loweringOli Scherer-1/+2
2023-10-26Reserve `gen` keyword for `gen {}` blocks and `gen fn` in 2024 editionOli Scherer-0/+13