impls with TAIT reject valid unconstraining lifetimes #91601
Labels
C-bug
Category: This is a bug.
F-type_alias_impl_trait
`#[feature(type_alias_impl_trait)]`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I tried this code:
(Playground)
I expected this to compile fine since it is accepted without TAIT.
Instead, code was rejected because lifetime
'a
is non-constraining.The text was updated successfully, but these errors were encountered: