Revert "feat: Stablize build-dir layout v2"#17187
Merged
weihanglo merged 1 commit intoJul 7, 2026
Merged
Conversation
This reverts commit 668039d.
weihanglo
approved these changes
Jul 7, 2026
rust-bors Bot
pushed a commit
to rust-lang/rust
that referenced
this pull request
Jul 8, 2026
Update cargo submodule 4 commits in 2f0e7011e0e9cb30cb772bf2ec1d69dce4dff4f3..59800466c5c41c444d264b1010b4d57e85a7117f 2026-07-05 12:10:34 +0000 to 2026-07-07 15:52:22 +0000 - Revert "feat: Stablize build-dir layout v2" (rust-lang/cargo#17187) - Use a set when checking visited workspace members (rust-lang/cargo#17180) - Stabilize `build-dir` layout v2 (rust-lang/cargo#16807) - Change HashMaps and HashSets in Cargo to use Fxhasher (rust-lang/cargo#17169)
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.
What does this PR try to resolve?
This PR reverts the final stabilization commit (668039d) in #16807.
At today's Cargo meeting, we discussed the recent bug reports (notably #17183) from the new
build-dirlanding on nightly.We felt it would be safer to revert so that are not on a shot clock to fix the issues.
How to test and review this PR?
no response
r? @epage