rust/tests/ui/save-analysis/issue-68621.stderr
2023-01-11 09:32:08 +00:00

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