]> git.proxmox.com Git - rustc.git/blame - src/test/ui/error-codes/E0532.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / error-codes / E0532.stderr
CommitLineData
e74abb32 1error[E0532]: expected tuple struct or tuple variant, found constant `StructConst1`
0731742a 2 --> $DIR/E0532.rs:5:9
2c00a5a8 3 |
0531ce1d 4LL | StructConst1(_) => { },
e74abb32 5 | ^^^^^^^^^^^^ not a tuple struct or tuple variant
2c00a5a8
XL
6
7error: aborting due to previous error
8
0531ce1d 9For more information about this error, try `rustc --explain E0532`.