about summary refs log tree commit diff
path: root/tests/ui/coherence/indirect-impl-for-trait-obj-coherence.next.stderr
blob: b6636d4de86eb2d94716013c45336d07b0b263f3 (plain)
1
2
3
4
5
6
7
8
9
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:41
   |
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`.