]> git.lizzy.rs Git - rust.git/blob - src/test/ui/impl-trait/hidden-type-is-opaque-2.stderr
Rollup merge of #98441 - calebzulawski:simd_as, r=oli-obk
[rust.git] / src / test / ui / impl-trait / hidden-type-is-opaque-2.stderr
1 error[E0282]: type annotations needed
2   --> $DIR/hidden-type-is-opaque-2.rs:9:9
3    |
4 LL |         cont.reify_as();
5    |         ^^^^ cannot infer type
6
7 error[E0282]: type annotations needed
8   --> $DIR/hidden-type-is-opaque-2.rs:18:9
9    |
10 LL |         cont.reify_as();
11    |         ^^^^ cannot infer type
12
13 error: aborting due to 2 previous errors
14
15 For more information about this error, try `rustc --explain E0282`.