index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
parser
/
pat-tuple-2.rs
blob: a8f3debd3d6341a9997272379d24f41ac6ec3b12 (
plain
)
1
2
3
4
5
6
7
// check-pass
fn
main
()
{
match
(
0
,
1
,
2
)
{
(
pat
,
..
,)
=>
{}
}
}