ran into known ICE issue#84970 #107865
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.
I got a known internal compiler error and it asked me to make a bug report. I am not sure how to reduce the code, so i I'm going to link commits on a repository and upload zip files of the target directory with and without the change that caused the ICE. (I believe the target directories could be of help because it said this is an issue with incremental compilation)
in this commit:
gardrek/sayre-ws@f970dc6
it builds fine with the target dir in
before_ice.zip
but then change vector.rs by removing lines 20 through 27 (functions
new_2d
andnew_3d
) and try to build and you end up with a compiler error (and get the target dir inafter_ice.zip
)this commit has that change:
gardrek/sayre-ws@d29cb4e
target directory with no ice:
after_ice.zip
target directory after getting ice:
before_ice.zip
Code
no ice:
gardrek/sayre-ws@f970dc6
ice:
gardrek/sayre-ws@d29cb4e
Meta
rustc --version --verbose
:Error output
error_log.txt
Backtrace
error_log_with_backtrace.txt
The text was updated successfully, but these errors were encountered: