ICE: 'index out of bounds: the len is 10 but the index is 10', src/libcollections/vec.rs:1395 #40000
Labels
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
Rustc crashes on code that uses
phf
anddiscord
crates.I tried this code:
Cargo.toml:
(I was unable to reproduce this without discord crate so far)
main.rs:
build.rs:
I expected to see this happen: cargo build works
Instead, this happened:
Meta
rustc --version --verbose
:rustc 1.17.0-nightly (a17e5e2 2017-02-20)
binary: rustc
commit-hash: a17e5e2
commit-date: 2017-02-20
host: x86_64-apple-darwin
release: 1.17.0-nightly
LLVM version: 3.9
The text was updated successfully, but these errors were encountered: