Sign in
android
/
toolchain
/
rustc
/
5c0824a599f2f1f4dcb9c92edf09f6c1b555988d
/
.
/
tests
/
ui
/
error-codes
/
E0767.rs
blob: 14215d36a3833ce8f2874609c3cb5e7c3ed9dae9 [
file
]
fn
main
()
{
'
a
:
loop
{
||
{
//~^ ERROR mismatched types
loop
{
break
'
a
;
}
//~ ERROR E0767
}
}
}