Don't manually implement PartialEq for some types in rustc_type_ir#128246
Don't manually implement PartialEq for some types in rustc_type_ir#128246bors merged 2 commits intorust-lang:masterfrom
PartialEq for some types in rustc_type_ir#128246Conversation
|
r? @spastorino rustbot has assigned @spastorino. Use |
|
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
Don't manually implement `PartialEq` for some types in `rustc_type_ir` > > As a follow-up, we should look at not manually implementing PartialEq for these types but instead going thru a derive > > I will try to tackle this later in a separate PR rust-lang#127042 (comment)
|
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (01a32f0): comparison URL. Overall result: ✅ improvements - no action neededBenchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR may lead to changes in compiler perf. @bors rollup=never Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesResults (secondary 3.5%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 769.319s -> 770.231s (0.12%) |
|
Wonderful to see that we don't need these manual impls any longer @bors r+ |
…r-errors Don't manually implement `PartialEq` for some types in `rustc_type_ir` > > As a follow-up, we should look at not manually implementing PartialEq for these types but instead going thru a derive > > I will try to tackle this later in a separate PR rust-lang#127042 (comment)
|
💔 Test failed - checks-actions |
Seems to be spurious. I think I've seem a similar failure on another PR a few days ago. @bors retry |
|
@GrigorenkoPV: 🔑 Insufficient privileges: not in try users |
|
@bors retry |
|
☀️ Test successful - checks-actions |
|
Finished benchmarking commit (188ddf4): 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: 770.954s -> 769.854s (-0.14%) |
#127042 (comment)