-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Emits non-overlapping suggestions for arguments with wrong types #109850
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
Conversation
(rustbot has picked a reviewer for you, use r? to override) |
Can you leave a bit more information of what this PR is doing, either in the PR description or in the comments in the code itself? The logic is pretty dense already, and I'm really not sure what this exactly fixes. |
@compiler-errors This check suggests expected types for arguments with wrong types, but relies on the idx ( In the previous logic, This PR fixes it through updating the |
r? @estebank I found the author of this snippet ;) |
@bors r+ |
☀️ Test successful - checks-actions |
Finished benchmarking commit (b80ee39): comparison URL. Overall result: ❌✅ regressions and improvements - 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.
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.
|
Fixes #109831