-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Simplify hir::PathSegment
#101228
Simplify hir::PathSegment
#101228
Conversation
Some changes occurred in need_type_info.rs cc @lcnr Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
Best reviewed one commit at a time. I'm not sure if removing the |
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. |
I have addressed the review comments. |
@bors r+ |
…nt, r=petrochenkov Simplify `hir::PathSegment` r? `@petrochenkov`
To make the spacing consistent. Also shorten an overly long comment line.
11020f1
to
08a00eb
Compare
I fixed the rollup failure. |
@bors r=petrochenkov |
☀️ Test successful - checks-actions |
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 |
Weird regressions here. I did some downloads and diffs with Cachegrind. The |
Some evidence here that these apparent regressions weren't real. |
@rustbot label: +perf-regression-triaged |
…, r=petrochenkov Simplify `hir::PathSegment` r? `@petrochenkov`
r? @petrochenkov