mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
11 lines
274 B
Plaintext
11 lines
274 B
Plaintext
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
|
|
|