]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0532.stderr
Rollup merge of #97915 - tbu-:pr_os_string_fmt_write, r=joshtriplett
[rust.git] / src / test / ui / error-codes / E0532.stderr
1 error[E0532]: expected tuple struct or tuple variant, found constant `StructConst1`
2   --> $DIR/E0532.rs:5:9
3    |
4 LL |         StructConst1(_) => { },
5    |         ^^^^^^^^^^^^ not a tuple struct or tuple variant
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0532`.