You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I stumbled on this when using an older Intel based Mac.
The text was updated successfully, but these errors were encountered:
bsodmike
added
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.
labels
May 20, 2024
This is a cargo crash. It looks like this is a duplicate of rust-lang/cargo#11898. It has the same panic location and uses both build-std and per-package-target like you do.
saethlin
added
T-cargo
Relevant to the cargo team, which will review and decide on the PR/issue.
and removed
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
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.
labels
May 29, 2024
Setup a new
binary
with the following Cargo.toml. This is to be compiled withnightly
Code
Notice we have specified a target for the package, let's trigger the ICE
Meta
rustc --version --verbose
:Error output
I stumbled on this when using an older Intel based Mac.
The text was updated successfully, but these errors were encountered: