Files
rust/tests/pretty
Matthias Krüger b3c5caf0f5 Rollup merge of #138435 - eholk:prefix-yield, r=oli-obk
Add support for postfix yield expressions

We've been having a discussion about whether we want postfix yield, or want to stick with prefix yield, or have both. I figured it's easy enough to support both for now and let us play around with them while the feature is still experimental.

This PR treats `yield x` and `x.yield` as semantically equivalent. There was a suggestion to make `yield x` have a `()` type (so it only works in coroutines with `Resume = ()`. I think that'd be worth trying, either in a later PR, or before this one merges, depending on people's opinions.

#43122
2025-03-20 22:34:01 +01:00
..
2024-02-22 16:04:05 +00:00
2024-02-22 16:04:05 +00:00
2024-02-22 16:04:05 +00:00
2024-02-22 16:04:05 +00:00
2024-02-22 16:04:05 +00:00
2025-02-24 14:31:19 +01:00
2024-02-22 16:04:05 +00:00
2024-07-06 14:24:20 +02:00
2023-01-11 09:32:08 +00:00
2024-02-22 16:04:05 +00:00
2024-02-22 16:04:05 +00:00
2023-01-11 09:32:08 +00:00
2024-02-22 16:04:05 +00:00
2024-08-18 19:46:53 +02:00
2024-02-22 16:04:05 +00:00