blob: 1ceb0c99e90e9b0319fcbb3b15fe66b39cd963f6 [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/hrtb-perfect-forwarding.rs:46:5
|
LL | foo_hrtb_bar_not(&mut t);
| ^^^^^^^^^^^^^^^^ one type is more general than the other
|
= note: expected type `Bar<&'a isize>`
found type `Bar<&'b isize>`
error[E0308]: mismatched types
--> $DIR/hrtb-perfect-forwarding.rs:46:5
|
LL | foo_hrtb_bar_not(&mut t);
| ^^^^^^^^^^^^^^^^ one type is more general than the other
|
= note: expected type `Bar<&'a isize>`
found type `Bar<&'b isize>`
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0308`.