blob: 99fcae9647bff6deb8e5b5911dc16c9b142373e2 [file] [log] [blame] [edit]
fn main() { //~ HELP consider importing
HashMap::new; //~ ERROR cannot find type `HashMap`
}