fix(tree): clarify error message when -i is used without a package name#16818
Merged
epage merged 2 commits intorust-lang:masterfrom Apr 6, 2026
Merged
fix(tree): clarify error message when -i is used without a package name#16818epage merged 2 commits intorust-lang:masterfrom
-i is used without a package name#16818epage merged 2 commits intorust-lang:masterfrom
Conversation
Collaborator
|
r? @epage rustbot has assigned @epage. Use Why was this reviewer chosen?The reviewer was selected based on:
|
Contributor
|
Note the last comment on #8840 before it was accepted was
Similarly, the issue is tagged as a diagnostic issue. |
fix(tree): support \--workspace -p <pkg> -i-i is used without a package name
Contributor
Author
Understood, updated to only fix the diagnostic. |
epage
reviewed
Apr 2, 2026
epage
reviewed
Apr 2, 2026
epage
reviewed
Apr 2, 2026
epage
reviewed
Apr 2, 2026
epage
reviewed
Apr 2, 2026
epage
reviewed
Apr 3, 2026
epage
reviewed
Apr 3, 2026
Contributor
Author
|
Done. Please take a look |
epage
approved these changes
Apr 6, 2026
rust-bors bot
pushed a commit
to rust-lang/rust
that referenced
this pull request
Apr 8, 2026
Cargo submodule update 11 commits in a357df4c26fc14514e66aae2a269456b5545c7db..101549dddbd2b08e806f50154e3aa4cb3374cc21 2026-04-03 16:47:15 +0000 to 2026-04-08 12:51:20 +0000 - Never include use extra-filename in build scripts (rust-lang/cargo#16855) - fix(toml): Force script edition warnings on quiet (rust-lang/cargo#16848) - GitHub fast path uses `http_async` (rust-lang/cargo#16847) - feat(manifest): allow git dependency alongside alternate registry (rust-lang/cargo#16810) - fix(auth): add auth scheme hint to token rejected error for alt registries (rust-lang/cargo#16794) - Warn on invalid jobserver file descriptors (rust-lang/cargo#16843) - docs(unstable): List the minimum required MSRV for 'public' field (rust-lang/cargo#16841) - feat(lints): Emit unused_dependencies lint (rust-lang/cargo#16600) - fix(tree): clarify error message when `-i` is used without a package name (rust-lang/cargo#16818) - fix: Typo in target.<cfg>.linker (rust-lang/cargo#16839) - Send Content-Type header with cargo publish requests (rust-lang/cargo#16832) r? ghost
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.
View all comments
Fixes #8840
Clarify the error message when
-iis used without a package name,and add tests for both the basic and
--workspacecases