about summary refs log tree commit diff
path: root/tests/ui/coroutine/gen_block.none.stderr
AgeCommit message (Expand)AuthorLines
2025-06-03Add `iter` macroOli Scherer-2/+2
2025-03-06Add the yield_expr featureEric Holk-2/+2
2025-01-09Fix typo in `#[coroutine]` gating errorNoah Lev-2/+2
2024-08-10rustc_ast_lowering: make "yield syntax is experimental" translatablePavel Grigorenko-2/+0
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-7/+59
2024-01-13Bless testsGeorge-lewis-0/+2
2023-10-27Feature gate coroutine `yield` usageOli Scherer-2/+12
2023-10-27Demonstrate issue with `yield` checksOli Scherer-2/+12
2023-10-27Add gen blocks to ast and do some broken ast loweringOli Scherer-4/+4
2023-10-26Reserve `gen` keyword for `gen {}` blocks and `gen fn` in 2024 editionOli Scherer-0/+29