[beta-1.87] fix(rustc): Don't panic on unknown bins#15500
Merged
epage merged 2 commits intorust-lang:rust-1.87.0from May 7, 2025
Merged
[beta-1.87] fix(rustc): Don't panic on unknown bins#15500epage merged 2 commits intorust-lang:rust-1.87.0from
epage merged 2 commits intorust-lang:rust-1.87.0from
Conversation
### What does this PR try to resolve? Fixes rust-lang#15493 ### How should we test and review this PR? This takes the most surgical, direct route to addressing the problem. Alternatively, we could look into why `cargo rustc` and `cargo check` are different. ### Additional information
Collaborator
Collaborator
|
epage
approved these changes
May 6, 2025
The doctest-xcompile flags have changed, though we don't want to bother beta toolchain for that. See rust-lang#15455
ea88f7c to
02b87a7
Compare
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
May 7, 2025
…nglo [beta-1.87] Update cargo 1 commits in 202515849e943032d8fdd3eba57bf2c86e0da736..99624be96e9d213b0e9b1e36451271f24e4a41d8 2025-04-06 19:30:58 -0400 to 2025-05-06 19:28:33 -0500 - [beta-1.87] fix(rustc): Don't panic on unknown bins (rust-lang/cargo#15500)
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
May 7, 2025
…nglo [beta-1.87] Update cargo 1 commits in 202515849e943032d8fdd3eba57bf2c86e0da736..99624be96e9d213b0e9b1e36451271f24e4a41d8 2025-04-06 19:30:58 -0400 to 2025-05-06 19:28:33 -0500 - [beta-1.87] fix(rustc): Don't panic on unknown bins (rust-lang/cargo#15500)
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.
Beta backports
In order to make CI pass, the following PRs are also cherry-picked: