Compiler error: thread 'rustc' panicked at 'Box<dyn Any>' #105529
Labels
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
You can see the full context for the change that triggered the panic at https://github.com/rayhem/advent/commit/99a2921e828506bc66a09da793f73710e68d6413.
Long story short, I was working on generalizing some execution + display code for this year's Advent of Code. I believe this issue arose due to an interaction with this function,
and how I store my puzzles,
as this was the section of code I was working on refactoring.
Meta
rustc --version --verbose
:Error output
See errorlog.txt for a full log.
Backtrace
The text was updated successfully, but these errors were encountered: