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