Nothing Special   »   [go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidate region error reporting in rustc_infer #127500

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

compiler-errors
Copy link
Member

More work on #127492. Separate but important step, since I'm gonna likely pull everything else here into another module.

I don't think I'm confident whether nice_region_error should be a submodule of the new rustc_infer::infer::error_reporting::region module, so I left it alone for now.

r? lcnr

@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 9, 2024
@@ -1,421 +0,0 @@
use crate::errors::{
Copy link
Member Author

Choose a reason for hiding this comment

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

Everything in this module was region-related so I just combined it into the new region module lol

@lcnr
Copy link
Contributor
lcnr commented Jul 9, 2024

@bors r+ rollup=iffy

@bors
Copy link
Contributor
bors commented Jul 9, 2024

📌 Commit 9a92526 has been approved by lcnr

It is now in the queue for this repository.

@bors bors 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 9, 2024
@bors
Copy link
Contributor
bors commented Jul 9, 2024

⌛ Testing commit 9a92526 with merge f25e92b...

@bors
Copy link
Contributor
bors commented Jul 9, 2024

☀️ Test successful - checks-actions
Approved by: lcnr
Pushing f25e92b to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Jul 9, 2024
@bors bors merged commit f25e92b into rust-lang:master Jul 9, 2024
7 checks passed
@rustbot rustbot added this to the 1.81.0 milestone Jul 9, 2024
@rust-timer
Copy link
Collaborator

Finished benchmarking commit (f25e92b): comparison URL.

Overall result: no relevant changes - no action needed

@rustbot label: -perf-regression

Instruction count

This benchmark run did not return any relevant results for this metric.

Max RSS (memory usage)

This benchmark run did not return any relevant results for this metric.

Cycles

This benchmark run did not return any relevant results for this metric.

Binary size

This benchmark run did not return any relevant results for this metric.

Bootstrap: 699.685s -> 701.812s (0.30%)
Artifact size: 328.81 MiB -> 328.73 MiB (-0.02%)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. 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.

5 participants