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
/
0071_tuple_pat_fields.rs
blob: 0dfe63629679baa0eef52b815e49ffa5dd6cfac8 (
plain
)
1
2
3
4
5
6
fn
foo
()
{
let
S
()
=
();
let
S
(
_
)
=
();
let
S
(
_
,)
=
();
let
S
(
_
,
..
,
x
)
=
();
}