-
Couldn't load subscription status.
- Fork 2.7k
feat: Introduce perma unstable --compile-time-deps option for cargo build
#15674
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
Conversation
|
r? @weihanglo rustbot has assigned @weihanglo. Use |
2556ee8 to
eeb71b2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Figured I'd share my quick thoughts rather than make all wait on a deeper one.
|
I've pondered upon this more and decided not to introduce new |
eeb71b2 to
008e3e7
Compare
008e3e7 to
cc0b959
Compare
cc0b959 to
5ff0aab
Compare
5ff0aab to
62fc65a
Compare
|
Oh, test failure looks strange 🤔 Maybe something related to |
|
I filed a new issue addressing this CI failure #15678 |
62fc65a to
27dc9a7
Compare
|
Thanks! |
Head branch was pushed to by a user without write access
27dc9a7 to
072b345
Compare
|
Rebased on |
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)
Resolves #14434