mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-03 07:27:45 +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
|
|
|