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
/
ok
/
0029_range_forms.rs
blob: 03f4ae7b208ba09d2ee989ff65dfa95f18922b89 (
plain
)
1
2
3
4
5
6
fn
foo
()
{
..
1
+
1
;
..
z
=
2
;
x
=
false
..
1
==
1
;
let
x
=
1
..
;
}