15 lines
477 B
Plaintext
15 lines
477 B
Plaintext
error: higher kinded lifetime bounds on nested opaque types are not supported yet
|
|
--> $DIR/issue-88236.rs:15:61
|
|
|
|
|
LL | fn make_impl() -> impl for<'a> Hrtb<'a, Assoc = impl Send + 'a> {}
|
|
| ^^
|
|
|
|
|
note: lifetime declared here
|
|
--> $DIR/issue-88236.rs:15:28
|
|
|
|
|
LL | fn make_impl() -> impl for<'a> Hrtb<'a, Assoc = impl Send + 'a> {}
|
|
| ^^
|
|
|
|
error: aborting due to previous error
|
|
|