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
getting unexpected failure on OS X 10.9.1 when some random option is passed to rustc.
my rustc session was:
$ rustc --Help
error: Unrecognized option: 'Help'.
error: internal compiler error: unexpected failure
This message reflects a bug in the Rust compiler.
We would appreciate a bug report: http://static.rust-lang.org/doc/master/complement-bugreport.html
note: the compiler hit an unexpected failure path. this is a bug
task 'rustc' failed at 'explicit failure', /Users/abhay/devel/rust/rust/src/librustc/driver/driver.rs:1137
getting
unexpected failure
onOS X 10.9.1
when some random option is passed torustc
.my
rustc
session was:and
rustc -v
returns:The text was updated successfully, but these errors were encountered: