SIGABRT ICE in proc macro #100257
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.
This is a really weird one... and it might be a bit of a mess to debug. I honestly wish I could tell you more, but this is beyond my knowledge of the compiler.
Code
This requires multiple crates, due to it being a proc macro issue. Here is the smallest reproducible case I was able to create.
Meta
rustc --version --verbose
:Error output
There is no backtrace, since it failed to initiate a panic, and therefore failed to initiate a stack unwind.
The text was updated successfully, but these errors were encountered: