This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
a589632dad
rust
/
tests
/
ui
/
coroutine
/
yield-in-function.rs
5 lines
82 B
Rust
Raw
Normal View
History
Unescape
Escape
s/generator/coroutine/
2023-10-19 21:46:28 +00:00
#![
feature(coroutines)
]
Generator literal support
2016-12-26 14:34:03 +01:00
Remove support for `gen arg`
2017-07-11 12:57:05 -07:00
fn
main
(
)
{
yield
;
}
Yield is an expression form, not a statement.
2019-12-23 21:07:13 +08:00
//~^ ERROR yield expression outside
Copy permalink