Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
block-result
/
block-must-not-have-result-do.rs
blob: 4fdb69778cb2fa949c2d48b03ede9c71d5161874 [
file
] [
log
] [
blame
]
fn
main
()
{
loop
{
true
//~ ERROR mismatched types
}
}