Remove the libc shim #51465
Labels
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
PR #51440 has removed the need for the shim. Now the only reason to keep it is so that we can have and enable the rustbuild feature, but this can be done by rustc internal code depending on libc as well. For this we require a change of the upstream libc Cargo.toml though as rustbuild currently is not included there.
The text was updated successfully, but these errors were encountered: