summary refs log tree commit diff
path: root/src/test/ui/derived-errors/issue-31997-1.stderr
blob: 6df748122a2ebc2cf9d1d4ed27584518cd54c1b8 (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:20: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`.