about summary refs log tree commit diff
path: root/tests/ui/type-inference/issue-30225.stderr
blob: cd2d9e2bea853a1e8da4817d8d90b5ea88c29f6c (plain)
1
2
3
4
5
6
7
8
9
error[E0308]: mismatched types
  --> $DIR/issue-30225.rs:31:9
   |
LL |     u = v; // mark $0 and $1 in a subtype relationship
   |         ^ expected `A`, found `B`

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0308`.