Skip to content

Conversation

@JonathanBrouwer
Copy link
Contributor

@JonathanBrouwer JonathanBrouwer commented Jan 18, 2026

Per https://rustc-dev-guide.rust-lang.org/diagnostics.html#diagnostic-output-style-guide

Error, Warning, Note, and Help messages start with a lowercase letter and do not end with punctuation.

@rustbot rustbot added A-attributes Area: Attributes (`#[…]`, `#![…]`) S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Jan 18, 2026
@JonathanBrouwer JonathanBrouwer changed the title Fix capitalization of error messages Fix capitalization of diag messages Jan 18, 2026
Copy link
Member

@Urgau Urgau left a comment

Choose a reason for hiding this comment

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

This is great. Thank you. r=me

View changes since this review

@Urgau Urgau self-assigned this Jan 18, 2026
@JonathanBrouwer JonathanBrouwer marked this pull request as ready for review January 18, 2026 21:41
@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jan 18, 2026
@rustbot
Copy link
Collaborator

rustbot commented Jan 18, 2026

Some changes occurred in compiler/rustc_attr_parsing

cc @jdonszelmann

@rustbot rustbot removed the S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. label Jan 18, 2026
@JonathanBrouwer
Copy link
Contributor Author

@bors r=Urgau rollup

@rust-bors
Copy link
Contributor

rust-bors bot commented Jan 18, 2026

📌 Commit f5a1fc7 has been approved by Urgau

It is now in the queue for this repository.

@rust-bors rust-bors bot added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jan 18, 2026
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Jan 18, 2026
Fix capitalization of diag messages

Per https://rustc-dev-guide.rust-lang.org/diagnostics.html#diagnostic-output-style-guide
> Error, Warning, Note, and Help messages start with a lowercase letter and do not end with punctuation.
rust-bors bot pushed a commit that referenced this pull request Jan 19, 2026
…uwer

Rollup of 2 pull requests

Successful merges:

 - #151328 (Fix capitalization of diag messages)
 - #151341 (miri subtree update)

r? @ghost
rust-bors bot pushed a commit that referenced this pull request Jan 19, 2026
Rollup of 4 pull requests

Successful merges:

 - #151080 (fix(build-manifest): enable docs target fallback for `rustc-docs`)
 - #151328 (Fix capitalization of diag messages)
 - #151341 (miri subtree update)
 - #151349 (Add myself to the review rotation)

r? @ghost
@rust-bors rust-bors bot merged commit 82db63b into rust-lang:main Jan 19, 2026
11 checks passed
@rustbot rustbot added this to the 1.95.0 milestone Jan 19, 2026
rust-timer added a commit that referenced this pull request Jan 19, 2026
Rollup merge of #151328 - diag-case, r=Urgau

Fix capitalization of diag messages

Per https://rustc-dev-guide.rust-lang.org/diagnostics.html#diagnostic-output-style-guide
> Error, Warning, Note, and Help messages start with a lowercase letter and do not end with punctuation.
github-actions bot pushed a commit to rust-lang/miri that referenced this pull request Jan 20, 2026
Rollup of 4 pull requests

Successful merges:

 - rust-lang/rust#151080 (fix(build-manifest): enable docs target fallback for `rustc-docs`)
 - rust-lang/rust#151328 (Fix capitalization of diag messages)
 - rust-lang/rust#151341 (miri subtree update)
 - rust-lang/rust#151349 (Add myself to the review rotation)

r? @ghost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-attributes Area: Attributes (`#[…]`, `#![…]`) S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants