index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
compile-fail
/
while-expr.rs
blob: 5ff3adf34c300fdb7f7237ae2c7d96f3042507b6 (
plain
)
1
2
3
// error-pattern: precondition constraint
fn
main
()
{
let
x
:
bool
;
while
x
{
}
}