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
/
inline
/
ok
/
0058_range_pat.rs
blob: c12ab6fcea28665598cc8fe6c56483319f26fae5 (
plain
)
1
2
3
4
5
6
7
fn
main
()
{
match
92
{
0
..
.
100
=>
(),
101
..=
200
=>
(),
200
..
301
=>
(),
}
}