Assertion fails at compiler/rustc_const_eval/src/interpret/validity.rs:763:21 #133581
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 was helping a friend with some basic multi-threading, and tried compiling a modified example of his.
rustc
gave me the expected errors before I commented outlet flag = ...
and addedstatic flag = ...
. After that, it crashed with the error message below.To reproduce it, make sure the target/ directory does not exist. When I swapped to a working example, which compiled as expected, I could not reproduce the error until doing
rm -rf target
.Code
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: