2024-06-04 09:17:18 -04:00
|
|
|
error[E0284]: type annotations needed: cannot normalize `<dyn Object<U, Output = T> as Object<U>>::Output`
|
2024-03-10 22:25:32 -04:00
|
|
|
--> $DIR/indirect-impl-for-trait-obj-coherence.rs:25:41
|
|
|
|
|
|
|
|
|
LL | foo::<dyn Object<U, Output = T>, U>(x)
|
2024-06-04 09:17:18 -04:00
|
|
|
| ^ cannot normalize `<dyn Object<U, Output = T> as Object<U>>::Output`
|
2024-03-10 22:25:32 -04:00
|
|
|
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0284`.
|