Sign in
fuchsia
/
third_party
/
rust
/
0.4
/
.
/
src
/
test
/
compile-fail
/
bad-for-loop.rs
blob: 65a7ee4211c6af239cad824ca447824682c3674f [
file
] [
log
] [
blame
]
fn
main
()
{
fn
baz
(
_x
:
fn
()
->
int
)
{}
for
baz
|
_e
|
{
}
//~ ERROR should return `bool`
}