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
While I was playing with the new rustc 0.6, I encountered an internal compiler error
~/project/protobuf-rust(master) > RUST_LOG=rustc=1,::rt::backtrace rustc protobuf.rs --test -o protobuf-testsrust: task 7fbd705018b0 ran out of stackerror: internal compiler error: unexpected failurenote: the compiler hit an unexpected failure path. this is a bugnote: try running with RUST_LOG=rustc=1,::rt::backtrace to get further details and report the results to github.com/mozilla/rust/issuesrust: task failed at 'explicit failure', /Users/kimhyunkang/usr/pkgs/rust-0.6/src/librustc/rustc.rc:357rust: domain main @0x7fbd70819410 root task failed
~/project/protobuf-rust(master) > gcc --versioni686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)Copyright (C) 2007 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NOwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
The text was updated successfully, but these errors were encountered:
While I was playing with the new rustc 0.6, I encountered an internal compiler error
The source code is here: https://gist.github.com/kimhyunkang/5307274
Compiler version is 0.6, built with gcc, on OS X 10.7.5
The text was updated successfully, but these errors were encountered: