Skip to content

Conversation

@dawedawe
Copy link
Contributor

fixes #15982

This PR fixes the suggested command for a bin package and fixes a comment while in the area.

The test shows the current behaviour of cargo check in a workspace with
a single bin crate that is not in the default-members.
The suggested command fails.
@rustbot rustbot added A-build-execution Area: anything dealing with executing the compiler S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 17, 2025
@rustbot
Copy link
Collaborator

rustbot commented Oct 17, 2025

r? @weihanglo

rustbot has assigned @weihanglo.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@dawedawe dawedawe marked this pull request as draft October 17, 2025 09:53
@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 17, 2025
@dawedawe dawedawe marked this pull request as ready for review October 17, 2025 10:48
@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 17, 2025
@weihanglo weihanglo added this pull request to the merge queue Oct 17, 2025
@weihanglo weihanglo removed this pull request from the merge queue due to a manual request Oct 17, 2025
@weihanglo weihanglo added this pull request to the merge queue Oct 17, 2025
Merged via the queue into rust-lang:master with commit 7a5192f Oct 17, 2025
25 checks passed
@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 17, 2025
@dawedawe dawedawe deleted the issue15982 branch October 17, 2025 16:10
bors added a commit to rust-lang/rust that referenced this pull request Oct 22, 2025
Update cargo submodule

7 commits in 367fd9f213750cd40317803dd0a5a3ce3f0c676d..344c4567c634a25837e3c3476aac08af84cf9203
2025-10-15 15:01:32 +0000 to 2025-10-21 21:29:43 +0000
- refactor: Centralize CONTEXT style (rust-lang/cargo#16135)
- chore(triagebot): `A-json-output` for machine_message.rs (rust-lang/cargo#16133)
- refactor: JSON message with less allocations (rust-lang/cargo#16130)
- More warning conversions (rust-lang/cargo#16126)
- fix(check): Fix suggested command for bin package (rust-lang/cargo#16127)
- fix(script): Remove name sanitiztion outside what is strictly required (rust-lang/cargo#16120)
- refactor: Centralize some more styling (rust-lang/cargo#16124)

r? ghost
@rustbot rustbot added this to the 1.92.0 milestone Oct 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-build-execution Area: anything dealing with executing the compiler

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Suggested cargo fix command fails for workspace packages not in default-members

3 participants