rust/tests/ui/resolve/missing-in-namespace.rs

5 lines
124 B
Rust

fn main() {
let _map = std::hahmap::HashMap::new();
//~^ ERROR failed to resolve: could not find `hahmap` in `std
}