extern crate prelude; use prelude::*; #[test] fn it_works() { let mut h = HashMap::new(); h.insert("hello", 4); }