Skip to content

Commit b5ead00

Browse files
updated unit test
1 parent ee076dd commit b5ead00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/compile-fail/derived-errors/issue-31997-1.rs

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ fn main() {
2929

3030
let mut map = HashMap::new();
3131
//~^ ERROR E0433
32+
//~| NOTE Use of undeclared type or module `HashMap`
3233

3334
for line in input.lines() {
3435
let line = line.unwrap();

0 commit comments

Comments
 (0)