Regression from nightly to nightly in type_alias_impl_trait #89952
Labels
C-bug
Category: This is a bug.
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
F-type_alias_impl_trait
`#[feature(type_alias_impl_trait)]`
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
I tried this code:
I expected to see this happen: code compiles successfully
Instead, this happened:
Version it worked on
rustc --version --verbose
:Version with regression
rustc --version --verbose
:@rustbot modify labels: +requires-nightly +F-type_alias_impl_trait
The text was updated successfully, but these errors were encountered: