-
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
Compiler panic: 'index out of bounds' #24819
Labels
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Comments
Duplicate of #23583. I’d close the linked issue, though, because this one has minimal example.
|
Aatch
added
the
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
label
Apr 28, 2015
I ran into the same error when trying to compile datetime 0.1.7 with the current nightly.
rustc 1.2.0-nightly (8b7c17d 2015-05-17) (built 2015-05-18) |
Different error. |
arielb1
pushed a commit
to arielb1/rust
that referenced
this issue
Jun 15, 2015
This adds transaction support to fulfill. I can't use it in rust-lang#26282 because that would require nested transactions. This doesn't seem to cause compilation time to regress. Fixes rust-lang#24819.
I get this same error, right after I added serde_macros to my Cargo.toml.
|
Closed
arielb1
pushed a commit
to arielb1/rust
that referenced
this issue
May 24, 2016
Refactor `FnCtxt::autoderef` to use an external iterator and to not register any obligation from the main autoderef loop, but rather to register them after (and if) the loop successfully completes. Fixes rust-lang#24819 Fixes rust-lang#25801 Fixes rust-lang#27631 Fixes rust-lang#31258 Fixes rust-lang#31964 Fixes rust-lang#32320 Fixes rust-lang#33515 Fixes rust-lang#33755
Is this the same issue as #31964? |
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
May 28, 2016
refactor autoderef to avoid prematurely registering obligations Refactor `FnCtxt::autoderef` to use an external iterator and to not register any obligation from the main autoderef loop, but rather to register them after (and if) the loop successfully completes. Fixes rust-lang#24819 Fixes rust-lang#25801 Fixes rust-lang#27631 Fixes rust-lang#31258 Fixes rust-lang#31964 Fixes rust-lang#32320 Fixes rust-lang#33515 Fixes rust-lang#33755 r? @eddyb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Playpen link: http://is.gd/LITiE8
Example:
Output from playpen:
Happens for me on
rustc 1.1.0-nightly (f9e53c7f2 2015-04-24) (built 2015-04-25)
, and playpen is using beta, so it happens on that as well.The text was updated successfully, but these errors were encountered: