Skip to content

fix: Adjust casing of error message#16625

Merged
weihanglo merged 14 commits intorust-lang:masterfrom
epage:case
Feb 11, 2026
Merged

fix: Adjust casing of error message#16625
weihanglo merged 14 commits intorust-lang:masterfrom
epage:case

Conversation

@epage
Copy link
Contributor

@epage epage commented Feb 11, 2026

What does this PR try to resolve?

How to test and review this PR?

Found while working on #16612 and realized I had a good regex for identifying them: rg 'ERROR..[A-Z]' tests/

I also fixed the wording on some but more could likely use some wording improvements.

@rustbot rustbot added A-build-scripts Area: build.rs scripts A-cli Area: Command-line interface, option parsing, etc. labels Feb 11, 2026
@rustbot
Copy link
Collaborator

rustbot commented Feb 11, 2026

r? @ehuss

rustbot has assigned @ehuss.
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

Why was this reviewer chosen?

The reviewer was selected based on:

  • Owners of files modified in this PR: @ehuss, @epage, @weihanglo
  • @ehuss, @epage, @weihanglo expanded to ehuss, epage, weihanglo
  • Random selection from ehuss, weihanglo

@rustbot rustbot added A-registries Area: registries Command-install Command-new Command-test S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Feb 11, 2026
Copy link
Member

@weihanglo weihanglo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@weihanglo weihanglo added this pull request to the merge queue Feb 11, 2026
Merged via the queue into rust-lang:master with commit 06b4f3e Feb 11, 2026
29 checks passed
@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Feb 11, 2026
@epage epage deleted the case branch February 11, 2026 23:46
rust-bors bot pushed a commit to rust-lang/rust that referenced this pull request Feb 12, 2026
Update cargo submodule

8 commits in 0c9e687d237ff04b53ccb67b4ce63e9483789e88..ce69df6f72a3b6a2b5c722ba68ddef255344b31c
2026-02-11 05:58:30 +0000 to 2026-02-12 12:39:45 +0000
- fix: apply `host.runner` only when `host-config` enabled (rust-lang/cargo#16631)
- fix(cli): Improve bad manifest error  (rust-lang/cargo#16630)
- fix: Adjust casing of error message (rust-lang/cargo#16625)
- Enable triagebot new `[view-all-comments-link]` feature (rust-lang/cargo#16629)
- test(help): snapshot cargo help tests (rust-lang/cargo#16626)
- Suggest a `workspace.members` entry even from outside the workspace root (rust-lang/cargo#16616)
- Reorganize build unit directory layout for new build-dir layout (rust-lang/cargo#16542)
- Make the error messaging for `cargo install` aware of `build.build-dir` (rust-lang/cargo#16623)
@rustbot rustbot added this to the 1.95.0 milestone Feb 12, 2026
github-actions bot pushed a commit to rust-lang/miri that referenced this pull request Feb 13, 2026
Update cargo submodule

8 commits in 0c9e687d237ff04b53ccb67b4ce63e9483789e88..ce69df6f72a3b6a2b5c722ba68ddef255344b31c
2026-02-11 05:58:30 +0000 to 2026-02-12 12:39:45 +0000
- fix: apply `host.runner` only when `host-config` enabled (rust-lang/cargo#16631)
- fix(cli): Improve bad manifest error  (rust-lang/cargo#16630)
- fix: Adjust casing of error message (rust-lang/cargo#16625)
- Enable triagebot new `[view-all-comments-link]` feature (rust-lang/cargo#16629)
- test(help): snapshot cargo help tests (rust-lang/cargo#16626)
- Suggest a `workspace.members` entry even from outside the workspace root (rust-lang/cargo#16616)
- Reorganize build unit directory layout for new build-dir layout (rust-lang/cargo#16542)
- Make the error messaging for `cargo install` aware of `build.build-dir` (rust-lang/cargo#16623)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-build-scripts Area: build.rs scripts A-cli Area: Command-line interface, option parsing, etc. A-registries Area: registries Command-install Command-new Command-test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants