Sign in
rust
/
rust
/
2ecaa1df2dd65610537d7a685ceebcbaf8d2d129
/
.
/
tests
/
ui
/
coroutine
/
yield-in-function.rs
blob: 427c5d0e7f5e52018f673f7866a1d75de3f4a497 [
file
] [
log
] [
blame
]
#![
feature
(
coroutines
)]
fn
main
()
{
yield
;
}
//~^ ERROR yield expression outside
//~| ERROR `yield` can only be used in