-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Closed
Labels
A-codegenArea: Code generationArea: Code generationI-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Description
STR (on linux64):
(1) Clone git@github.com:servo/servo.git
(2) Check out revision 183c4772e7b93bd6cd9b48a729a043421eb6bc65
(3) export RUSTFLAGS=-Ccodegen-units=16 (I'm on a 16-cpu linux machine, presumably the bug reproduces with other numbers of codegen units)
(4) ./mach build -d
On my machine, this produces the link error in servo/servo#14916
Clearing the env var makes the build succeed.
CC @Manishearth
Metadata
Metadata
Assignees
Labels
A-codegenArea: Code generationArea: Code generationI-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️