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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
124 B
Rust
Raw Normal View History

2021-01-18 21:01:09 +08:00
fn main() {
let _map = std::hahmap::HashMap::new();
//~^ ERROR failed to resolve: could not find `hahmap` in `std
}