This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
1485c16899
rust
/
src
/
test
/
ui
/
generator
/
yield-in-function.rs
5 lines
81 B
Rust
Raw
Normal View
History
Unescape
Escape
Generator literal support
2016-12-26 14:34:03 +01:00
#![
feature(generators)
]
Remove support for `gen arg`
2017-07-11 12:57:05 -07:00
fn
main
(
)
{
yield
;
}
Added some tests
2017-07-08 00:58:33 +02:00
//~^ ERROR yield statement outside
Copy permalink