Rename more diagnostic files to diagnostics.rs - #160754
Merged
rust-bors[bot] merged 3 commits intoAug 9, 2026
Merged
Conversation
Collaborator
GuillaumeGomez
approved these changes
Aug 8, 2026
Member
|
Thanks! @bors r+ rollup |
Contributor
rust-bors Bot
pushed a commit
that referenced
this pull request
Aug 8, 2026
…uwer Rollup of 9 pull requests Successful merges: - #156935 (Introduce a `PinSafePointer` trait that generalizes `PinCoerceUnsized`) - #159834 (Apply str debugger visualizer to `*const str`, `*mut str` and `Box<str>`) - #160663 (Suggest add async for function sig with return expr in body) - #160732 (Optimize slice::contains for one-byte BytewiseEq types) - #157944 (Make `char::is_default_ignorable` unstably public) - #158835 (rustc_passes: lint unused `#[path]` attributes on inline modules) - #160754 (Rename more diagnostic files to `diagnostics.rs`) - #160755 (Merge `rustc_lint/lints.rs` into `diagnostics.rs`) - #160757 (Merge `rustc_attr_parsing/session_diagnostics.rs` into `diagnostics.rs`)
rust-timer
added a commit
that referenced
this pull request
Aug 9, 2026
Rollup merge of #160754 - JonathanBrouwer:diagnostic_renames1, r=GuillaumeGomez Rename more diagnostic files to `diagnostics.rs` Renaming diagnostics files to all be `diagnostics.rs`, per the decision in rust-lang/compiler-team#1003 PR was created by doing a file rename using the editor actions of my IDE, and then running `./x fmt` r? @GuillaumeGomez @nnethercote Whoever of you gets to it first :)
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.
Renaming diagnostics files to all be
diagnostics.rs, per the decision in rust-lang/compiler-team#1003PR was created by doing a file rename using the editor actions of my IDE, and then running
./x fmtr? @GuillaumeGomez @nnethercote
Whoever of you gets to it first :)