Sign in
rust
/
rustfmt
/
bedef9bd13c2f432584064b51a0d619b7974eb08
/
.
/
tests
/
source
/
immovable_coroutines.rs
blob: 539049577a00e11d1ee9f83dd8855813f794146f [
file
] [
log
] [
blame
]
#![
feature
(
coroutines
)]
unsafe
fn
foo
()
{
let
mut
ga
=
#[
coroutine
]
static
||
{
yield
1
;
};
}