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
> env RUST_LOG=rustc1=,::rt::backtrace rustc foo.rs
rust: task failed at 'ty_fn_sig() called on non-fn type: &ty_err', /Users/kevin/Dev/rust/rust/src/librustc/middle/ty.rs:2803
error: internal compiler error: unexpected failure
note: the compiler hit an unexpected failure path. this is a bug
note: try running with RUST_LOG=rustc=1,::rt::backtrace to get further details and report the results to github.com/mozilla/rust/issues
rust: task failed at 'explicit failure', /Users/kevin/Dev/rust/rust/src/librustc/rustc.rc:400
rust: domain main @0x7f9983808410 root task failed
Compiling the following program:
results in an ICE:
This is with current tip of incoming on OS X:
The text was updated successfully, but these errors were encountered: