2017-12-10 13:47:55 -06:00
|
|
|
error[E0433]: failed to resolve. Use of undeclared type or module `HashMap`
|
|
|
|
--> $DIR/issue-31997-1.rs:30:19
|
|
|
|
|
|
|
|
|
30 | let mut map = HashMap::new();
|
|
|
|
| ^^^^^^^ Use of undeclared type or module `HashMap`
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2018-02-19 14:40:25 -06:00
|
|
|
If you want more information on this error, try using "rustc --explain E0433"
|