]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/pat-tuple-4.stderr
Auto merge of #55236 - petrochenkov:pfail, r=davidtwco
[rust.git] / src / test / ui / parser / pat-tuple-4.stderr
1 error: expected one of `)` or `,`, found `pat`
2   --> $DIR/pat-tuple-4.rs:15:13
3    |
4 LL |         (.. pat) => {} //~ ERROR expected one of `)` or `,`, found `pat`
5    |             ^^^ expected one of `)` or `,` here
6
7 error: aborting due to previous error
8