blob: 691c5922f8fbcfd6ca02e8acf6497ae47924dd2e (
plain)
1
2
3
4
5
6
7
8
|
error[E0433]: failed to resolve. Use of undeclared type or module `HashMap`
--> $DIR/E0433.rs:12:15
|
12 | let map = HashMap::new(); //~ ERROR E0433
| ^^^^^^^ Use of undeclared type or module `HashMap`
error: aborting due to previous error
|