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
/
tests
/
run-coverage
/
while.coverage
blob: efa7d083f0c6fd8af567d79852ba3c39ce6dd906 (
plain
)
1
2
3
4
5
6
1| 1|fn main() { 2| 1| let num = 9; 3| 1| while num >= 10 { 4| 0| } 5| 1|}