]> git.proxmox.com Git - rustc.git/blame - tests/ui/match/issue-91058.stderr
New upstream version 1.69.0+dfsg1
[rustc.git] / tests / ui / match / issue-91058.stderr
CommitLineData
3c0e092e
XL
1error[E0308]: mismatched types
2 --> $DIR/issue-91058.rs:7:10
3 |
4LL | match array {
5 | ----- this expression has type `[S; 1]`
6LL | [()] => {}
9ffffee4 7 | ^^ expected `S`, found `()`
3c0e092e
XL
8
9error: aborting due to previous error
10
11For more information about this error, try `rustc --explain E0308`.