bootstrap: vendor clippy_test_deps too#145861
Merged
bors merged 1 commit intorust-lang:masterfrom Aug 26, 2025
Merged
Conversation
This internal crate explicitly separates itself from the `rustc` workspace, but it is needed for `./x test clippy` to work, including its dependencies when building from a vendored `rustc-src` tarball.
Collaborator
Member
Author
|
I encountered these missing dependencies when building 1.90-beta in Fedora, so it would be nice to have this backported too. @rustbot label beta-nominated |
Member
|
Makes sense. @bors r+ rollup |
Collaborator
bors
added a commit
that referenced
this pull request
Aug 26, 2025
Rollup of 11 pull requests Successful merges: - #144373 (remove deprecated Error::description in impls) - #144551 (Add aarch64_be-unknown-linux-musl target) - #145076 (Add new Tier-3 target: riscv64a23-unknown-linux-gnu) - #145481 (Add parentheses for closure when suggesting calling closure) - #145596 (Losslessly optimize PNG files) - #145615 (Fix doc of `std::os::windows::io::BorrowedSocket::borrow_raw`) - #145841 (Always build miri for the host in `x run miri`) - #145861 (bootstrap: vendor `clippy_test_deps` too) - #145863 (formatting_options: Make all methods `const`) - #145867 (cg_llvm: Assert that LLVM range-attribute values don't exceed 128 bits) - #145875 (Make bootstrap command caching opt-in) r? `@ghost` `@rustbot` modify labels: rollup
rust-timer
added a commit
that referenced
this pull request
Aug 26, 2025
Rollup merge of #145861 - cuviper:vendor-clippy, r=Kobzol bootstrap: vendor `clippy_test_deps` too This internal crate explicitly separates itself from the `rustc` workspace, but it is needed for `./x test clippy` to work, including its dependencies when building from a vendored `rustc-src` tarball.
Member
|
Based on #t-infra/bootstrap/backports > #145861: beta-nominated @rustbot label: +beta-accepted |
Merged
bors
added a commit
that referenced
this pull request
Sep 10, 2025
[beta] backports - Rust build fails on OpenBSD after using file_lock feature #145511 - Revert suggestions for missing methods in tuples #145765 - When determining if a trait has no entries for the purposes of omitting vptrs from subtrait vtables, consider its transitive supertraits' entries, instead of just its own entries. #145807 - Ship LLVM tools for the correct target when cross-compiling #145763 - bootstrap: vendor `clippy_test_deps` too #145861 r? cuviper
bors
added a commit
that referenced
this pull request
Sep 10, 2025
[beta] backports - Rust build fails on OpenBSD after using file_lock feature #145511 - Revert suggestions for missing methods in tuples #145765 - When determining if a trait has no entries for the purposes of omitting vptrs from subtrait vtables, consider its transitive supertraits' entries, instead of just its own entries. #145807 - Ship LLVM tools for the correct target when cross-compiling #145763 - bootstrap: vendor `clippy_test_deps` too #145861 r? cuviper
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.
This internal crate explicitly separates itself from the
rustcworkspace, but it is needed for
./x test clippyto work, including itsdependencies when building from a vendored
rustc-srctarball.