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

10 lines
336 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
|
2018-02-22 18:42:32 -06:00
LL | let mut map = HashMap::new();
| ^^^^^^^ use of undeclared type or module `HashMap`
error: aborting due to previous error
2018-03-03 08:59:40 -06:00
For more information about this error, try `rustc --explain E0433`.