-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Index out of bounds panic on "Find all references" #10090
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
Comments
same bug on find-references request |
If it helps to triage, I just did a Note: The failure mode in that commit appears to be an infinite hang, rather than a panic that gets reported, in later commits it becomes a panic that shows a message. |
I'm seeing a similar stack trace, but while editing, instead of while running "find all references".
|
Thanks @charlespierce. After reverting that commit and building locally, this error has not happened for me. |
10212: fix: Avoid type inference panic on bitslice methods r=flodiebold a=flodiebold Should fix #10090, fix #10046, and fix #10179. This is only a workaround, but the proper fix requires some bigger refactoring (also related to fixing #10058), and this at least prevents the crash. Co-authored-by: Florian Diebold <[email protected]>
On some elements in my code base, running "Find all references" causes a panic with the following message:
Unfortunately, this is a fairly complicated internal project, so I can't find a minimal reproduction or share the code itself 🙁 That said, one thing I noticed is that this works on an older version of R-A (0.2.702), but started failing on the release after that.
The text was updated successfully, but these errors were encountered: