summaryrefslogtreecommitdiffstats
path: root/tests/ui/impl-trait/hidden-type-is-opaque-2.stderr
blob: 957052feba95b202f3c81de6c7be1b9e8579671e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error[E0282]: type annotations needed
  --> $DIR/hidden-type-is-opaque-2.rs:9:9
   |
LL |         cont.reify_as();
   |         ^^^^ cannot infer type

error[E0282]: type annotations needed
  --> $DIR/hidden-type-is-opaque-2.rs:18:9
   |
LL |         cont.reify_as();
   |         ^^^^ cannot infer type

error: aborting due to 2 previous errors

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