rustc/tests/ui/resolve/issue-109250.rs
2024-05-08 17:27:53 +02:00

4 lines
128 B
Rust

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