[beta 1.98] Backport new build-dir layout bug fixes#17207
Merged
weihanglo merged 9 commits intoJul 12, 2026
Conversation
… the current target
Collaborator
|
Member
|
We will need to backport also #17179 |
Since it turns out we're actually getting close to Rust 1.99.0 :)
build-dir layout bug fixesbuild-dir layout bug fixes
weihanglo
approved these changes
Jul 12, 2026
weihanglo
enabled auto-merge
July 12, 2026 14:57
rust-bors Bot
pushed a commit
to rust-lang/rust
that referenced
this pull request
Jul 12, 2026
[beta-1.98] Update cargo submodule 1 commits in f40cc7a13a8ebe3dd0a35b1e0e37a1e26c8bb0e5..864064524a7205e670579b6873d9b18897437eaf 2026-07-01 18:57:21 +0000 to 2026-07-12 08:11:54 -0700 - [beta 1.98] Backport new `build-dir` layout bug fixes (rust-lang/cargo#17207)
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.
Backports:
-Largs used in the newbuild-dirlayout #17168report_rust_version_note_over_too_new_notetest #17179Was only planning to backport #17191 but it builds on tests added in #17168 so was getting merge conflicts. Given they are both bug fixes and the new build-dir layout is still unstable, I figured it would be simpler to backport both fixes.
r? @weihanglo