rust/tests/ui/issues/issue-15896.stderr
2023-01-11 09:32:08 +00:00

13 lines
365 B
Plaintext

error[E0308]: mismatched types
--> $DIR/issue-15896.rs:11:11
|
LL | let u = match e {
| - this expression has type `E`
LL | E::B(
LL | Tau{t: x},
| ^^^^^^^^^ expected enum `R`, found struct `Tau`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.