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
use std::hashmap::HashMap;
fn main() {
let mut env: HashMap<&'self str, &'self str> = HashMap::new();
}
with $ RUST_LOG=rustc=1 rust build test.rs gives
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 to get further details and report the results to github.com/mozilla/rust/issues
task <unnamed> failed at 'explicit failure', /Users/nwin/rust-0.8/src/librustc/rustc.rs:391