Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
4486c24db3ca1c698b34ea08bee15194774b53df
/
.
/
tests
/
ui
/
block-result
/
block-must-not-have-result-while.rs
blob: 418059bf280ea1ffd02f82100147b0e9870362ba [
file
] [
log
] [
blame
]
fn
main
()
{
while
true
{
//~ WARN denote infinite loops with
true
//~ ERROR mismatched types
//~| expected `()`, found `bool`
}
}