mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
11 lines
278 B
Plaintext
11 lines
278 B
Plaintext
error: `..` can only be used once per tuple pattern
|
|
--> $DIR/pat-tuple-3.rs:3:19
|
|
|
|
|
LL | (.., pat, ..) => {}
|
|
| -- ^^ can only be used once per tuple pattern
|
|
| |
|
|
| previously used here
|
|
|
|
error: aborting due to previous error
|
|
|