]> git.lizzy.rs Git - rust.git/blob - tests/ui/save-analysis/issue-68621.stderr
Rollup merge of #105172 - alexs-sh:issue-98861-fix-next, r=scottmcm
[rust.git] / tests / ui / save-analysis / issue-68621.stderr
1 error: unconstrained opaque type
2   --> $DIR/issue-68621.rs:14:19
3    |
4 LL |     type Future = impl Trait;
5    |                   ^^^^^^^^^^
6    |
7    = note: `Future` must be used in combination with a concrete type within the same impl
8
9 error: aborting due to previous error
10