Can't define TAIT with region params inside of a closure #120224
Labels
C-bug
Category: This is a bug.
F-impl_trait_in_assoc_type
`#![feature(impl_trait_in_assoc_type)]`
F-type_alias_impl_trait
`#[feature(type_alias_impl_trait)]`
T-types
Relevant to the types team, which will review and decide on the PR/issue.
I tried this code:
I expected to see it work
Instead, this happened:
This probably has to do something with promoting member constraints from a closure or something? idk.
The text was updated successfully, but these errors were encountered: