blob: 04c1aaa192ee39ffa21be1b3c9f3f1549a7b5b6c [file] [edit]
error[E0284]: type annotations needed: cannot normalize `<dyn Object<U, Output = T> as Object<U>>::Output`
--> $DIR/indirect-impl-for-trait-obj-coherence.rs:25:5
|
LL | foo::<dyn Object<U, Output = T>, U>(x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot normalize `<dyn Object<U, Output = T> as Object<U>>::Output`
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0284`.