-
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
Separate lifetime ident from lifetime resolution in HIR #104048
Conversation
(rustbot has picked a reviewer for you, use r? to override) |
Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
e48f40a
to
58ca092
Compare
This comment has been minimized.
This comment has been minimized.
58ca092
to
cf56462
Compare
This comment has been minimized.
This comment has been minimized.
cf56462
to
caa5e46
Compare
This comment has been minimized.
This comment has been minimized.
☔ The latest upstream changes (presumably #104083) made this pull request unmergeable. Please resolve the merge conflicts. |
4387745
to
a379a4b
Compare
☔ The latest upstream changes (presumably #103530) made this pull request unmergeable. Please resolve the merge conflicts. |
a379a4b
to
15eed5c
Compare
☔ The latest upstream changes (presumably #104282) made this pull request unmergeable. Please resolve the merge conflicts. |
15eed5c
to
83ec581
Compare
☔ The latest upstream changes (presumably #104170) made this pull request unmergeable. Please resolve the merge conflicts. |
83ec581
to
fd932dd
Compare
This is a pretty big PR to fix one issue 😆 , but I understand this is a lot of other subtle clean-ups as well. (edit: Actually the issue fix was just a drive-by!) Anyways, I think I've convinced myself that this is correct. @bors r+ |
📌 Commit fd932ddbcd2e78fa9245b28f6028ef8a31630c05 has been approved by It is now in the queue for this repository. |
☔ The latest upstream changes (presumably #104688) made this pull request unmergeable. Please resolve the merge conflicts. |
fd932dd
to
e224ec2
Compare
☔ The latest upstream changes (presumably #104776) made this pull request unmergeable. Please resolve the merge conflicts. |
e224ec2
to
5de9c84
Compare
simple rebase |
☀️ Test successful - checks-actions |
Finished benchmarking commit (454784a): comparison URL. Overall result: ❌ regressions - no action needed@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. |
…errors Separate lifetime ident from lifetime resolution in HIR Drive-by: change how suggested generic args are computed. Fixes rust-lang#103815 I recommend reviewing commit-by-commit.
Drive-by: change how suggested generic args are computed.
Fixes #103815
I recommend reviewing commit-by-commit.