-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
don't replace opaque types under binders with infer vars #113648
Conversation
This comment has been minimized.
This comment has been minimized.
@matthiaskrgr good call, this should fix all these issues. I've hit this issue accidentally and was too lazy to search the issue tracker :) |
|
|
needs a rebase now that #113690 has landed |
1e358a0
to
2e83a72
Compare
@bors r+ |
⌛ Testing commit 2e83a72 with merge d6d9972777928945b047cc0dffa33475399045da... |
☀️ Test successful - checks-actions |
👀 Test was successful, but fast-forwarding failed: 422 Update is not a fast forward |
@bors retry Test was successful, but fast-forwarding failed: 422 Update is not a fast forward |
☀️ Test successful - checks-actions |
Finished benchmarking commit (d6d9972777928945b047cc0dffa33475399045da): 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)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.
CyclesResultsThis 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: 651.351s -> 650.741s (-0.09%) |
Finished benchmarking commit (e595409): 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)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.
CyclesResultsThis 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: 650.428s -> 650.515s (0.01%) |
Fixes an ICE in the ui test code.
Fixes #109636
Fixes #109281
Fixes #86800
r? @oli-obk