We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1fceaf commit 31fbb5aCopy full SHA for 31fbb5a
tests/run-pass/hashmap.rs
@@ -1,8 +1,8 @@
1
// macOS needs FS access for its HashMap:
2
// compile-flags: -Zmiri-disable-isolation
3
4
-use std::collections::{self, HashMap};
5
-use std::hash::{BuildHasherDefault, BuildHasher};
+use std::collections::HashMap;
+use std::hash::BuildHasher;
6
7
fn test_map<S: BuildHasher>(mut map: HashMap<i32, i32, S>) {
8
map.insert(0, 0);
0 commit comments