Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't depend on libc for cfg(windows) #1567

Merged
merged 1 commit into from
Apr 21, 2024
Merged

Conversation

saethlin
Copy link
Member

@saethlin saethlin commented Apr 19, 2024

@ChrisDenton started a little project to make Windows targets not depend on libc. They already mostly don't, so I'm finishing things up. One of the obstacles to my own testing is that stdarch is dragging the libc rlib into the sysroot and making rustc's test suite pass when it shouldn't. Lol.

@rustbot
Copy link
Collaborator

rustbot commented Apr 19, 2024

r? @Amanieu

rustbot has assigned @Amanieu.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@saethlin saethlin marked this pull request as ready for review April 19, 2024 21:04
@Amanieu Amanieu merged commit c0257c1 into rust-lang:master Apr 21, 2024
28 checks passed
@saethlin saethlin deleted the maybelibc branch April 22, 2024 00:26
bors added a commit to rust-lang-ci/rust that referenced this pull request Apr 22, 2024
Update stdarch submodule

Most importantly, this pulls in rust-lang/stdarch#1567 which is part of rust-lang#124050
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants