Eric Holk
|
432e1c3eea
|
Add the yield_expr feature
|
2025-03-06 11:33:24 -08:00 |
|
Noah Lev
|
7c91f898ba
|
Fix typo in #[coroutine] gating error
|
2025-01-09 21:40:14 -08:00 |
|
Pavel Grigorenko
|
290df4fa56
|
rustc_ast_lowering: make "yield syntax is experimental" translatable
|
2024-08-10 14:32:55 +03:00 |
|
Oli Scherer
|
aef0f4024a
|
Error on using yield without also using #[coroutine] on the closure
And suggest adding the `#[coroutine]` to the closure
|
2024-04-24 08:05:29 +00:00 |
|
George-lewis
|
d56cdd48cb
|
Bless tests
Update tests
|
2024-01-13 12:46:58 -05:00 |
|
Oli Scherer
|
cece90c65f
|
Feature gate coroutine yield usage
|
2023-10-27 13:05:48 +00:00 |
|
Oli Scherer
|
2e5b36741b
|
Demonstrate issue with yield checks
|
2023-10-27 13:05:48 +00:00 |
|
Oli Scherer
|
621494382d
|
Add gen blocks to ast and do some broken ast lowering
|
2023-10-27 13:05:48 +00:00 |
|
Oli Scherer
|
a61cf673cd
|
Reserve gen keyword for gen {} blocks and gen fn in 2024 edition
|
2023-10-26 06:49:17 +00:00 |
|