mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-15 21:47:04 +00:00
updated unit test
This commit is contained in:
parent
ee076dd937
commit
b5ead0060c
@ -29,6 +29,7 @@ fn main() {
|
||||
|
||||
let mut map = HashMap::new();
|
||||
//~^ ERROR E0433
|
||||
//~| NOTE Use of undeclared type or module `HashMap`
|
||||
|
||||
for line in input.lines() {
|
||||
let line = line.unwrap();
|
||||
|
Loading…
Reference in New Issue
Block a user