ICE generated when attempting to bootstrap on x86_64-unknown-linux-gnu with a local libc checkout #89296
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Steps to reproduce
Assuming rustc master, clean:
libc
from https://github.com/rust-lang/libc and checkout tag0.2.99
(same as shown in rustcmaster
's Cargo.lock) inside therustc
repo root.Error output
Backtrace
Tbh I feel I am doing something wrong here; the reason I use a separate libc is because of a port of rustc I am working on. I don't know much Rust so apologies for any errors.
The text was updated successfully, but these errors were encountered: