index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
parser
/
pat-tuple-5.rs
blob: d4f05a5eb523ee6053a2b4e3e7ff1d8b6bea8670 (
plain
)
1
2
3
4
5
fn main() { match (0, 1) { (pat ..) => {} //~ ERROR unexpected token: `)` } }