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

feat: Load sysroot library via cargo metadata #17795

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

Veykril
Copy link
Member

@Veykril Veykril commented Aug 5, 2024

See rust-lang/rust#128534, fixes #7637

Requires a toolchain from 176e54520 2024-08-04 or later to work.

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Aug 5, 2024
}
};

// Patch out `rustc-std-workspace-*` crates to point to the real crates.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we need to do this anymore, though it does reduce noise in the crate graph

@Veykril
Copy link
Member Author

Veykril commented Aug 5, 2024

@bors r+

@bors
Copy link
Contributor

bors commented Aug 5, 2024

📌 Commit f053b1a has been approved by Veykril

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Aug 5, 2024

⌛ Testing commit f053b1a with merge 000eed1...

@bors
Copy link
Contributor

bors commented Aug 5, 2024

☀️ Test successful - checks-actions
Approved by: Veykril
Pushing 000eed1 to master...

@bors bors merged commit 000eed1 into rust-lang:master Aug 5, 2024
11 checks passed
@Veykril Veykril deleted the library-dep-loading branch August 5, 2024 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Load crates.io dependencies of the standard library
3 participants