Sign in
fuchsia
/
third_party
/
rust
/
0.4
/
.
/
src
/
test
/
compile-fail
/
occurs-check.rs
blob: 49b6d42a1297d3f09d646411d0d43ddef6e4cc51 [
file
]
fn
main
()
{
let
f
;
//~ ERROR cyclic type of infinite size
f
=
@f
;
}