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