2022-02-14 16:10:22 +00:00
|
|
|
error: unconstrained opaque type
|
2021-07-26 17:01:16 -03:00
|
|
|
--> $DIR/issue-68621.rs:14:19
|
|
|
|
|
|
|
|
|
LL | type Future = impl Trait;
|
|
|
|
| ^^^^^^^^^^
|
2022-02-14 16:10:22 +00:00
|
|
|
|
|
2022-10-22 03:09:49 +00:00
|
|
|
= note: `Future` must be used in combination with a concrete type within the same impl
|
2021-07-26 17:01:16 -03:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|