Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
resolve
/
issue-109250.rs
blob: 68e33f693cef1b847cd1ce49196e6ddc7432db9c [
file
] [
log
] [
blame
]
fn
main
()
{
//~ HELP consider importing
HashMap
::
new
;
//~ ERROR failed to resolve: use of undeclared type `HashMap`
}