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
/
crates
/
syntax
/
test_data
/
parser
/
ok
/
0060_as_range.rs
blob: f063ffadb3db6a934fcebb7ad69bc2365928d57b (
plain
)
1
2
3
4
fn
main
()
{
0
as
usize
..
;
1
+
2
as
usize
..
;
}