]> git.proxmox.com Git - rustc.git/blame - src/test/ui/match/issue-91058.stderr
Update unsuspicious file list
[rustc.git] / src / test / 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 | [()] => {}
7 | ^^ expected struct `S`, found `()`
8
9error: aborting due to previous error
10
11For more information about this error, try `rustc --explain E0308`.