]> git.lizzy.rs Git - rust.git/blob - src/test/ui/impl-trait/issues/issue-88236.stderr
:arrow_up: rust-analyzer
[rust.git] / src / test / ui / impl-trait / issues / issue-88236.stderr
1 error: higher kinded lifetime bounds on nested opaque types are not supported yet
2   --> $DIR/issue-88236.rs:15:61
3    |
4 LL | fn make_impl() -> impl for<'a> Hrtb<'a, Assoc = impl Send + 'a> {}
5    |                                                             ^^
6    |
7 note: lifetime declared here
8   --> $DIR/issue-88236.rs:15:28
9    |
10 LL | fn make_impl() -> impl for<'a> Hrtb<'a, Assoc = impl Send + 'a> {}
11    |                            ^^
12
13 error: aborting due to previous error
14