feat: Introduce perma unstable --compile-time-deps option for cargo build#15674
Merged
epage merged 3 commits intorust-lang:masterfrom Jun 19, 2025
Merged
feat: Introduce perma unstable --compile-time-deps option for cargo build#15674epage merged 3 commits intorust-lang:masterfrom
--compile-time-deps option for cargo build#15674epage merged 3 commits intorust-lang:masterfrom
Conversation
Collaborator
|
r? @weihanglo rustbot has assigned @weihanglo. Use |
2556ee8 to
eeb71b2
Compare
epage
reviewed
Jun 17, 2025
Contributor
epage
left a comment
There was a problem hiding this comment.
Figured I'd share my quick thoughts rather than make all wait on a deeper one.
Member
Author
|
I've pondered upon this more and decided not to introduce new |
epage
reviewed
Jun 17, 2025
eeb71b2 to
008e3e7
Compare
008e3e7 to
cc0b959
Compare
epage
reviewed
Jun 17, 2025
epage
reviewed
Jun 17, 2025
cc0b959 to
5ff0aab
Compare
epage
reviewed
Jun 18, 2025
5ff0aab to
62fc65a
Compare
Member
Author
|
Oh, test failure looks strange 🤔 Maybe something related to |
Member
Author
|
I filed a new issue addressing this CI failure #15678 |
62fc65a to
27dc9a7
Compare
epage
approved these changes
Jun 18, 2025
Contributor
|
Thanks! |
auto-merge was automatically disabled
June 19, 2025 00:09
Head branch was pushed to by a user without write access
27dc9a7 to
072b345
Compare
Member
Author
|
Rebased on |
epage
approved these changes
Jun 19, 2025
bors
added a commit
to rust-lang/rust
that referenced
this pull request
Jun 23, 2025
Update cargo 7 commits in 2251525ae503fa196f6d7f9ce6d32eccb2d5f044..84709f085062cbf3c51fa507527c1b2334015178 2025-06-16 22:01:27 +0000 to 2025-06-22 23:58:39 +0000 - Bump cargo-util-schemas version (rust-lang/cargo#15696) - test(msrv): use a far future "newer" version (rust-lang/cargo#15693) - Plumb rustc `-Zhint-mostly-unused` flag through as a profile option (rust-lang/cargo#15643) - Disable lldb test, which seems to be broken due to issues with lldb (rust-lang/cargo#15687) - docs(contrib): change clap URL to docs.rs/clap (rust-lang/cargo#15682) - feat: Introduce perma unstable `--compile-time-deps` option for `cargo build` (rust-lang/cargo#15674) - fix: Failing tests on rustc nightly (rust-lang/cargo#15679)
epage
added a commit
to epage/cargo
that referenced
this pull request
Nov 5, 2025
The location within the docs was overlooked in rust-lang#15674 when it was added
github-merge-queue bot
pushed a commit
that referenced
this pull request
Nov 5, 2025
) ### What does this PR try to resolve? Ensure we document this as an active unstable feature ### How to test and review this PR? The location within the docs was overlooked in #15674 when it was added
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #14434