Nightly compiler panic on using Self with associated type in type alias #62305
Labels
A-associated-items
Area: Associated items (types, constants & functions)
C-bug
Category: This is a bug.
P-high
High priority
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Description
The
nightly
compiler panics when usingSelf
in a type alias along with an associated type. This does not happen onstable
orbeta
.Code snippet:
Playground Link
Meta
Backtrace:
rust version:
1.37.0-nightly
The text was updated successfully, but these errors were encountered: