rust/src/test/ui/derived-errors/issue-31997-1.stderr

10 lines
346 B
Plaintext
Raw Normal View History

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"