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
/
0082_tuple_pat.rs
blob: f785acd36d9e731efcdead0c32baab6432905094 (
plain
)
1
2
3
fn
main
()
{
let
(
a
,
b
,
..
)
=
();
}