-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Consolidate region error reporting in rustc_infer
#127500
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
Conversation
@@ -1,421 +0,0 @@ | |||
use crate::errors::{ |
There was a problem hiding this comment.
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
@bors r+ rollup=iffy |
☀️ Test successful - checks-actions |
Finished benchmarking commit (f25e92b): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis 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. CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 699.685s -> 701.812s (0.30%) |
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 newrustc_infer::infer::error_reporting::region
module, so I left it alone for now.r? lcnr