ICE report as requested; no ICE on stable #130272
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.
ICE when a short-ish (5 lines) implementation is uncommented.
In producing this report, I found that the ICE does not occur on stable, and instead it produces an error
When I add this implementation stable builds fine, but also nightly no longer has the ICE. I've linked the code in a commit that does not have the missing implementation, so that you can trigger the ICE, but I'll likely be moving forward with the non-ICEing implementation so do use that link rather than looking on
master
.Code
The following snippet, when uncommented, produces an ICE that I am asked to report. No attempt was made at minimization, as I haven't the foggiest what the error means:
https://github.com/frankmcsherry/columnar/blob/119508fcc9a6651c33c5aee32865442c2c6dc2ac/src/main.rs#L478-L484
<code>
Meta
rustc --version --verbose
:Error output
Backtrace
Produced output file.
rustc-ice-2024-09-12T12_19_43-10017.txt
The text was updated successfully, but these errors were encountered: