Commit 28b1509
authored
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.
#43122File tree
0 file changed
+0
-0
lines changed0 file changed
+0
-0
lines changed
0 commit comments