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