This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1e5b2da94b
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 16:46:28 -05:00
#![
feature(coroutines)
]
Generator literal support
2016-12-26 07:34:03 -06:00
Remove support for `gen arg`
2017-07-11 14:57:05 -05:00
fn
main
(
)
{
yield
;
}
Yield is an expression form, not a statement.
2019-12-23 07:07:13 -06:00
//~^ ERROR yield expression outside
Reference in New Issue
Copy Permalink