summary refs log tree commit diff
path: root/src/test/ui/derived-errors/issue-31997-1.stderr
blob: 732cf9bacbcd1a4eaf19fc5c2eb2c19781035a01 (plain)
1
2
3
4
5
6
7
8
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