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
/
0094_range_pat.rs
blob: 657467e755ac688a3fe040a4f6d68fbb17a1f103 (
plain
)
1
2
3
fn
main
()
{
match
92
{
0
..
.
100
=>
()
}
}