rustc panicked while introducing a base trait #108657
Labels
A-incr-comp
Area: Incremental compilation
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
I don't have a minimal repro, but I do have a relatively small diff of the change that triggered the problem. I am hiding it behind a "Details" section, like the backtrace, to keep the overview of the bug report short.
What I am doing, essentially, is adding a new trait to act as the supertrait of other two traits, and moving one common function to it.
Code diff
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: