-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Remove the libc shim #51465
Copy link
Copy link
Closed
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Metadata
Metadata
Assignees
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Type
Fields
Give feedbackNo fields configured for issues without a type.
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.