Regression of TAIT with generics #114909
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.
I tried this code:
It failed with a confusing error message. (error: concrete type differs from previous defining opaque type use, at the same location)
I'm trying to minimize #114727, and found the problem.
nightly-2023-06-17
compiles, butnightly-2023-06-18
fails. Although not 100% sure, I think it's caused by the same problem as #114727 (regression caused by #108860)The text was updated successfully, but these errors were encountered: