Sign in
rust
/
rust
/
refs/heads/try-perf
/
.
/
tests
/
ui
/
resolve
/
missing-in-namespace.rs
blob: f54d478eb03a9e458e0438b118c0f3eb6a698ebc [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
let
_map
=
std
::
hahmap
::
HashMap
::
new
();
//~^ ERROR: cannot find `hahmap` in `std
}