-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Dedup bounds with parent impl block #105392
base: master
Are you sure you want to change the base?
Dedup bounds with parent impl block #105392
Conversation
@bors try @rust-timer queue |
1 similar comment
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
⌛ Trying commit 18b49819939abfcb35574be8809ef9dd5eadef16 with merge 0a182cc720336a65d804cbd11fb19d218f17c434... |
18b4981
to
9524645
Compare
@rust-timer build 0a182cc720336a65d804cbd11fb19d218f17c434 |
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (0a182cc720336a65d804cbd11fb19d218f17c434): comparison URL. Overall result: ❌✅ regressions and improvements - 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. Next Steps: If you can justify the regressions found in this try perf run, please indicate this with @bors rollup=never Warning ⚠: The following benchmark(s) failed to build:
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. CyclesThis benchmark run did not return any relevant results for this metric. |
this may be the fatal |
So I guess this fix is blocked until this recursion bug is fixed? |
I don't know if that's it. It may be related to your other changes. Try documenting diesel with your PR and check what the error is actually about |
It seems to come from rustc:
|
☔ The latest upstream changes (presumably #105612) made this pull request unmergeable. Please resolve the merge conflicts. |
@GuillaumeGomez |
Still blocked. |
This is another approach than #105325 to solve #104886.
Thanks a lot to both @oli-obk and @compiler-errors for their great help!
I added a FIXME to not forget to complete switch to rustc calls instead of relying on hir currently for generics. @oli-obk suggested something that I'll need to try out. :)
r? @compiler-errors
PS: We might want to run a perf check before approving too