regression with the new opaque type generics #122307
Labels
C-bug
Category: This is a bug.
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.
The following should compile.
Regressed in #122103. With the new generics of
Opaque
, the defining use at thelet
statement isOpaque<'_, 'a> := ()
. Cc @compiler-errorsThe text was updated successfully, but these errors were encountered: