RPITITs don't inherit outlives bounds after >1 layer of nesting #114601
Labels
C-bug
Category: This is a bug.
F-return_position_impl_trait_in_trait
`#![feature(return_position_impl_trait_in_trait)]`
I tried this code:
I expected to see it compile.
Instead, this happened:
#112682 didn't install bidirectional outlives bounds 100% correctly when the lifetimes are being inherited past one layer of
impl Trait
.The text was updated successfully, but these errors were encountered: