error: concrete type differs from previous defining opaque type use
--> $DIR/multiple-def-uses-in-one-fn-infer.rs:10:17
|
LL | fn g() -> (Y, Y) {
| ^^^^^^^^^^^^^^^^^^
| |
| expected `i64`, got `i32`
| this expression supplies two conflicting concrete types for the same opaque type
error: aborting due to 1 previous error