blob: ccd05fa6bfb0957ea00688b6a4202ad9e3d2184b [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/issue-30225.rs:31:9
|
LL | u = v; // mark $0 and $1 in a subtype relationship
| ^ expected struct `A`, found struct `B`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.