index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
rustfmt
/
tests
/
target
/
immovable_generators.rs
blob: 0bf7a2d91ba153f2c3dca842467cfee491e8dd61 (
plain
)
1
2
3
4
5
6
7
#![feature(generators)] unsafe fn foo() { let mut ga = static || { yield 1; }; }