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
$ cargo build
Compiling libc v0.2.12
error: internal compiler error: unexpected panic
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
thread 'rustc' panicked at 'called `Result::unwrap()` on an `Err` value: Utf8Error { valid_up_to: 1 }', ../src/libcore/result.rs:746
Running with
--verbose
givesand with RUST_BACKTRACE=1 gives
Before this happened I was playing around with different channels using rustup, and had just run
rustup default stable
.Here is the file I was playing around with in the state it was in when the bug appeared. I can't imagine it's relevant, but may as well include it.
I was compiling fine (on every channel) a few minutes before.
Version info:
cargo 0.10.0-nightly (10ddd7d 2016-04-08)
,rustup 0.2.0 (57f335a 2016-06-21)
The text was updated successfully, but these errors were encountered: