-
Notifications
You must be signed in to change notification settings - Fork 13.3k
task 'rustc' panicked at 'assertion failed: end <= self.len()' #19798
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
alexcrichton
added a commit
to alexcrichton/rust
that referenced
this issue
Dec 13, 2014
Fix a panic where the compiler was looking at stale or old metadata. See rust-lang#19798, rust-lang#19772, rust-lang#19757, rust-lang#19744, rust-lang#19718, rust-lang#19691.
yeah, I should check it! sorry about that! |
Closed
brson
added a commit
to brson/rust
that referenced
this issue
Dec 16, 2014
Fix a panic where the compiler was looking at stale or old metadata. See rust-lang#19798, rust-lang#19772, rust-lang#19757, rust-lang#19744, rust-lang#19718, rust-lang#19691.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
error: internal compiler error: unexpected panic
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: http://doc.rust-lang.org/complement-bugreport.html
note: run with
RUST_BACKTRACE=1
for a backtracetask 'rustc' panicked at 'assertion failed: end <= self.len()', /Users/leslie/github/Rust/rust/src/libcore/slice.rs:432
make: *** [x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/stamp.log] Error 101
env:
Darwin localhost 14.0.0 Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64 x86_64
make: *** [x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/stamp.log] Error 101
The text was updated successfully, but these errors were encountered: