blob: 4452ee7915baab165d1b91332966d7859114ab24 [file] [log] [blame]
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