-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ICE at IndexSet: index out of bounds #107353
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
What's the code that induced this compiler panic? |
@rustbot label +E-needs-mcve |
This happened to me with I attach a minimized workspace to reproduce the crash. What's funny is that there is a file ( |
Given that this automated(?) reduction is still a big workspace, I'm actually going to leave the |
A slightly smaller ICE reproducer: https://github.com/jieyouxu/issue-107353-reproducer.
|
This comment was marked as outdated.
This comment was marked as outdated.
I think I found the issue: it has to do with Minimal reproducer is just fn a() -> &'a T {
/ 32763 times
} and longer lifetime names will also trigger ICE. |
This comment was marked as resolved.
This comment was marked as resolved.
searched nightlies: from nightly-2022-01-01 to nightly-2023-02-10 bisected with cargo-bisect-rustc v0.6.5Host triple: x86_64-unknown-linux-gnu cargo bisect-rustc --preserve --start=2022-01-01 --end=2023-02-10 |
The bug is that |
Not sure how helpful those notes are but I put them in here. Working on a web application using Sycamore.
The text was updated successfully, but these errors were encountered: