Uh oh!
There was an error while loading. Please reload this page.
Don't manually implement PartialEq for some types in rustc_type_ir - #128246
Conversation
rustbot
commented
Jul 26, 2024
r? @spastorino rustbot has assigned @spastorino. Use |
matthiaskrgr
commented
Jul 26, 2024
@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)
bors
commented
Jul 26, 2024
bors
commented
Jul 26, 2024
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
rust-timer
commented
Jul 26, 2024
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%) |
compiler-errors
commented
Jul 26, 2024
Wonderful to see that we don't need these manual impls any longer @bors r+ |
bors
commented
Jul 26, 2024
…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)
bors
commented
Jul 26, 2024
rust-log-analyzer
commented
Jul 26, 2024
bors
commented
Jul 27, 2024
💔 Test failed - checks-actions |
GrigorenkoPV
commented
Jul 27, 2024
Seems to be spurious. I think I've seem a similar failure on another PR a few days ago. @bors retry |
bors
commented
Jul 27, 2024
@GrigorenkoPV: 🔑 Insufficient privileges: not in try users |
compiler-errors
commented
Jul 27, 2024
@bors retry |
bors
commented
Jul 28, 2024
bors
commented
Jul 28, 2024
☀️ Test successful - checks-actions |
rust-timer
commented
Jul 28, 2024
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)