You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get an ICE if I checkout this commit (note - library is a work in progress, but i committed exactly where I got the ICE) and run cargo test. The error is:
<std macros>:8:12: 154:35 error: cannot apply unary operator `!` to type `&[u8]`
<std macros>:8 if !$cond {
<std macros>:9 fail!($($arg),+)
<std macros>:10 }
<std macros>:11 );
<std macros>:12 )
error: internal compiler error: unexpected failure
note: the compiler hit an unexpected failure path. 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 backtrace
task 'rustc' failed at 'index out of bounds: the len is 12 but the index is 12', /home/rustbuild/src/rust-buildbot/slave/nightly-linux/build/src/libsyntax/lib.rs:1
I'm running today's nightly build of rustc (rustc 0.12.0-pre-nightly (d30001d04 2014-08-16 00:46:15 +0000)), and using a recent-ish version of Cargo (cargo 0.0.1-pre-nightly (b272701 2014-08-14 23:16:18 -0700)).
I get an ICE if I checkout this commit (note - library is a work in progress, but i committed exactly where I got the ICE) and run
cargo test
. The error is:I'm running today's nightly build of rustc (
rustc 0.12.0-pre-nightly (d30001d04 2014-08-16 00:46:15 +0000)
), and using a recent-ish version of Cargo (cargo 0.0.1-pre-nightly (b272701 2014-08-14 23:16:18 -0700)
).Running with
RUST_BACKTRACE=1
gives:The text was updated successfully, but these errors were encountered: