Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
block-result
/
block-must-not-have-result-do.rs
blob: 4fdb69778cb2fa949c2d48b03ede9c71d5161874 [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
loop
{
true
//~ ERROR mismatched types
}
}