Rename errors.rs file to diagnostics.rs (13/N)#159250
Merged
Merged
Conversation
Collaborator
|
Some changes occurred to constck cc @fee1-dead changes to the core type system cc @lcnr Some changes occurred in compiler/rustc_attr_parsing cc @jdonszelmann, @JonathanBrouwer The parser was modified, potentially altering the grammar of (stable) Rust cc @fmease Some changes occurred to the CTFE machinery HIR ty lowering was modified cc @fmease Some changes occurred in compiler/rustc_passes/src/check_attr.rs cc @jdonszelmann, @JonathanBrouwer Some changes occurred in cfg and check-cfg configuration cc @Urgau |
JonathanBrouwer
approved these changes
Jul 13, 2026
Contributor
Collaborator
|
The job Click to see the possible cause of the failure (guessed by this bot) |
jhpratt
added a commit
to jhpratt/rust
that referenced
this pull request
Jul 14, 2026
…thanBrouwer Rename `errors.rs` file to `diagnostics.rs` (13/N) Follow-up of rust-lang#157485. r? @JonathanBrouwer
rust-bors Bot
pushed a commit
that referenced
this pull request
Jul 14, 2026
Rollup of 6 pull requests Successful merges: - #159039 (resolve: fix effective visibilities for items in ambiguous glob sets) - #156047 (Fix trait method resolution on an adjusted never type) - #159061 (Skip trivial cast lint for trait object upcasts) - #159241 (Update books) - #159248 (compiler: Remove `-Zmutable-noalias`) - #159250 (Rename `errors.rs` file to `diagnostics.rs` (13/N))
jhpratt
added a commit
to jhpratt/rust
that referenced
this pull request
Jul 14, 2026
…thanBrouwer Rename `errors.rs` file to `diagnostics.rs` (13/N) Follow-up of rust-lang#157485. r? @JonathanBrouwer
rust-bors Bot
pushed a commit
that referenced
this pull request
Jul 14, 2026
Rollup of 6 pull requests Successful merges: - #159039 (resolve: fix effective visibilities for items in ambiguous glob sets) - #156047 (Fix trait method resolution on an adjusted never type) - #158981 (Fix where-bound suggestion with legacy const generics) - #159061 (Skip trivial cast lint for trait object upcasts) - #159248 (compiler: Remove `-Zmutable-noalias`) - #159250 (Rename `errors.rs` file to `diagnostics.rs` (13/N))
rust-bors Bot
pushed a commit
that referenced
this pull request
Jul 14, 2026
Rollup of 6 pull requests Successful merges: - #159039 (resolve: fix effective visibilities for items in ambiguous glob sets) - #158981 (Fix where-bound suggestion with legacy const generics) - #159061 (Skip trivial cast lint for trait object upcasts) - #159241 (Update books) - #159248 (compiler: Remove `-Zmutable-noalias`) - #159250 (Rename `errors.rs` file to `diagnostics.rs` (13/N))
rust-timer
added a commit
that referenced
this pull request
Jul 14, 2026
Rollup merge of #159250 - GuillaumeGomez:rename-diag, r=JonathanBrouwer Rename `errors.rs` file to `diagnostics.rs` (13/N) Follow-up of #157485. r? @JonathanBrouwer
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.
Follow-up of #157485.
r? @JonathanBrouwer