Sign in
fuchsia
/
third_party
/
rust
/
c8663eec6a667ae6e7571297cb15192425311c33
/
.
/
tests
/
ui
/
error-codes
/
E0767.rs
blob: 14215d36a3833ce8f2874609c3cb5e7c3ed9dae9 [
file
] [
log
] [
blame
]
fn
main
()
{
'
a
:
loop
{
||
{
//~^ ERROR mismatched types
loop
{
break
'
a
;
}
//~ ERROR E0767
}
}
}