rustc/tests/ui/resolve/missing-in-namespace.rs
2023-07-27 22:48:29 +08:00

5 lines
124 B
Rust

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