Skip to content

Rename errors.rs file to diagnostics.rs (12/N)#159153

Merged
rust-bors[bot] merged 2 commits into
rust-lang:mainfrom
GuillaumeGomez:rename-err-to-diag
Jul 12, 2026
Merged

Rename errors.rs file to diagnostics.rs (12/N)#159153
rust-bors[bot] merged 2 commits into
rust-lang:mainfrom
GuillaumeGomez:rename-err-to-diag

Conversation

@GuillaumeGomez

Copy link
Copy Markdown
Member

Follow-up of #157485.

r? @JonathanBrouwer

@rustbot

rustbot commented Jul 11, 2026

Copy link
Copy Markdown
Collaborator

Some changes occurred to the CTFE machinery

cc @RalfJung, @oli-obk, @lcnr

The parser was modified, potentially altering the grammar of (stable) Rust
which would be a breaking change.

cc @fmease

Some changes occurred to the CTFE / Miri interpreter

cc @rust-lang/miri

Some changes occurred to constck

cc @fee1-dead

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Jul 11, 2026
@JonathanBrouwer

Copy link
Copy Markdown
Contributor

@bors r+ rollup

@rust-bors

rust-bors Bot commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

📌 Commit cba2097 has been approved by JonathanBrouwer

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 Jul 12, 2026
rust-bors Bot pushed a commit that referenced this pull request Jul 12, 2026
…uwer

Rollup of 3 pull requests

Successful merges:

 - #159148 (Fix offset used to read the second part of scalar pairs from a `const`)
 - #159167 (c-variadic: Update cfg for 128-bit integers to fix build error on AArch64 ILP32)
 - #159153 (Rename `errors.rs` file to `diagnostics.rs` (12/N))
rust-bors Bot pushed a commit that referenced this pull request Jul 12, 2026
…uwer

Rollup of 3 pull requests

Successful merges:

 - #159148 (Fix offset used to read the second part of scalar pairs from a `const`)
 - #159167 (c-variadic: Update cfg for 128-bit integers to fix build error on AArch64 ILP32)
 - #159153 (Rename `errors.rs` file to `diagnostics.rs` (12/N))
@rust-bors rust-bors Bot merged commit b5718d0 into rust-lang:main Jul 12, 2026
13 checks passed
@rustbot rustbot added this to the 1.99.0 milestone Jul 12, 2026
rust-timer added a commit that referenced this pull request Jul 12, 2026
Rollup merge of #159153 - GuillaumeGomez:rename-err-to-diag, r=JonathanBrouwer

Rename `errors.rs` file to `diagnostics.rs` (12/N)

Follow-up of #157485.

r? @JonathanBrouwer
@GuillaumeGomez GuillaumeGomez deleted the rename-err-to-diag branch July 12, 2026 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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