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
$ ls
main.rs
$ cat main.rs
#[feature(phase)];
#[phase(syntax)]
use unresolved;
fn main() { }
$ rustc main.rs
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
Ok(task 'rustc' failed at 'called `Option::unwrap()` on a `None` value', /Users/foo/code/rust/lang/rust/src/libstd/option.rs:152
)
$
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: