blob: 4452ee7915baab165d1b91332966d7859114ab24 (
plain)
1
2
3
4
5
6
7
8
9
10
|
error: unconstrained opaque type
--> $DIR/issue-68621.rs:14:19
|
LL | type Future = impl Trait;
| ^^^^^^^^^^
|
= note: `Future` must be used in combination with a concrete type within the same impl
error: aborting due to previous error
|