blob: 7cdcac3891fc92c987251612783b2d8e72b60321 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0433]: failed to resolve. Use of undeclared type or module `HashMap`
--> $DIR/issue-31997-1.rs:30:19
|
LL | let mut map = HashMap::new();
| ^^^^^^^ Use of undeclared type or module `HashMap`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0433`.
|