blob: 4a4bf9a6996bc489aade43388ffe581b7185de76 [file]
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 module
error: aborting due to previous error