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: 03176abaf49a8e37b71005d38a6f35bf1fe7bc3c (
plain
)
1
2
3
4
5
fn main() { match 0 { (pat ..) => {} //~ ERROR unexpected token: `)` } }