fn main() { //~ HELP consider importing
HashMap::new; //~ ERROR failed to resolve: use of undeclared type `HashMap`
}