Uh oh!
There was an error while loading. Please reload this page.
Simplify hir::PathSegment - #101228
Conversation
rustbot
commented
Aug 31, 2022
Some changes occurred in need_type_info.rs cc @lcnr Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
nnethercote
commented
Aug 31, 2022
Best reviewed one commit at a time. I'm not sure if removing the |
petrochenkov
commented
Aug 31, 2022
I think it's a good idea, since these IDs and resolutions are already actively used by lints and similar, it's better to make sure that they are always set. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
nnethercote
commented
Aug 31, 2022
I have addressed the review comments. |
petrochenkov
commented
Aug 31, 2022
@bors r+ |
bors
commented
Aug 31, 2022
…nt, r=petrochenkov Simplify `hir::PathSegment` r? `@petrochenkov`
Dylan-DPC
commented
Sep 2, 2022
To make the spacing consistent. Also shorten an overly long comment line.
11020f1 to
08a00ebComparennethercote
commented
Sep 5, 2022
I fixed the rollup failure. |
nnethercote
commented
Sep 5, 2022
@bors r=petrochenkov |
bors
commented
Sep 5, 2022
bors
commented
Sep 5, 2022
bors
commented
Sep 5, 2022
☀️ Test successful - checks-actions |
rust-timer
commented
Sep 6, 2022
Finished benchmarking commit (2dc703f): comparison URL. Overall result: ❌ regressions - ACTION NEEDEDNext Steps: If you can justify the regressions found in this perf run, please indicate this with @rustbot label: +perf-regression 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)ResultsThis 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.
CyclesThis benchmark run did not return any relevant results for this metric. Footnotes |
nnethercote
commented
Sep 6, 2022
Weird regressions here. I did some downloads and diffs with Cachegrind. The |
nnethercote
commented
Sep 6, 2022
Some evidence here that these apparent regressions weren't real. |
nnethercote
commented
Sep 6, 2022
@rustbot label: +perf-regression-triaged |
…, r=petrochenkov Simplify `hir::PathSegment` r? `@petrochenkov`
r? @petrochenkov