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