-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
nightly panic: index out of bounds: the len is 533 but the index is 533
#57216
Comments
This ICEs on nightly (a2b0f24 2018-12-30), but not in beta. I've hit this as well, but i'm not sure if it's the same issue, because my project compiles fine in a fresh ( |
I'm hitting this bug, too. For me, |
I have hit what is probably the same bug, so here's my repro:
My platform is x86_64-pc-windows-msvc. "cargo clean" has no effect for me. |
PR #57835 fixes the example posted by @rosscanning I am looking into whether it fixes the broader test case in the description for this bug (#57216). |
PR #57835 looks like it fixes this bug too, based on a quick local test. |
Meta
Code Sample
cargo.toml
src/main.rs
Compiler flags
Backtrace
The text was updated successfully, but these errors were encountered: