index
:
rust-analyzer
master
[FORK] modified to work on wasm targets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
data
/
parser
/
inline
/
0077_while_expr.rs
blob: 293046a0494e626625ca8c0e6b2ac7b796b9c985 (
plain
)
1
2
3
4
fn
foo
()
{
while
true
{};
while
let
Some
(
x
)
=
it
.
next
()
{};
}