mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
54ab425839
Because `HashMap::with_hasher` constness is being stabilized this will in turn allow creating empty HashMap<K,V,BuildHasherDefault<H>> in const context for any H: Default + Hasher.