Created
May 7, 2014 04:13
-
-
Save aturon/0c62d9eaccc231b73daf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- [run-pass] run-pass/while-cont.rs stdout ---- | |
error: compilation failed! | |
status: exit code: 101 | |
command: x86_64-apple-darwin/stage2/bin/rustc /Users/aturon/moz/working/issue-11650/src/test/run-pass/while-cont.rs -L x86_64-apple-darwin/test/run-pass --target=x86_64-apple-darwin -L x86_64-apple-darwin/test/run-pass/while-cont.stage2-x86_64-apple-darwin.libaux -C prefer-dynamic -o x86_64-apple-darwin/test/run-pass/while-cont.stage2-x86_64-apple-darwin --cfg rtopt --cfg debug -L x86_64-apple-darwin/rt | |
stdout: | |
------------------------------------------ | |
task 'rustc' failed at 'needs a temp dir', /Users/aturon/moz/working/issue-11650/src/libstd/option.rs:245 | |
------------------------------------------ | |
stderr: | |
------------------------------------------ | |
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://static.rust-lang.org/doc/master/complement-bugreport.html | |
note: run with `RUST_BACKTRACE=1` for a backtrace | |
------------------------------------------ | |
task '[run-pass] run-pass/while-cont.rs' failed at 'explicit failure', /Users/aturon/moz/working/issue-11650/src/compiletest/runtest.rs:971 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment