summaryrefslogtreecommitdiffstats
path: root/tests/ui/inference/need_type_info/expr-struct-type-relative-gat.stderr
blob: cbc2477deb39a36334c2b483c8e010a938c6f0db (plain)
1
2
3
4
5
6
7
8
9
error[E0282]: type annotations needed
  --> $DIR/expr-struct-type-relative-gat.rs:15:9
   |
LL |         Self::Output::Simple {};
   |         ^^^^^^^^^^^^ cannot infer type for type parameter `T` declared on the associated type `Output`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0282`.