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-4.rs
blob: 76f60d94bc86ea750c3062e53371b1a59a0825f4 (
plain
)
1
2
3
4
5
fn main() { match 0 { (.. pat) => {} //~ ERROR expected one of `)` or `,`, found `pat` } }