Behavior of lifetime elision on RPITIT is not similar with RPIT #119575
Labels
A-lifetimes
Area: Lifetimes / regions
F-impl_trait_in_fn_trait_return
`#![feature(impl_trait_in_fn_trait_return)]`
I tried this code:
I expected to see this happen: lifetime checking passed
Instead, this happened:
Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: