WIP: add raw_entry API to HashMap

This commit is contained in:
Alexis Beingessner
2018-05-17 00:27:19 -04:00
committed by Jonathan Behrens
parent b0297f3043
commit 6af55a7c61
2 changed files with 704 additions and 37 deletions

View File

@@ -284,6 +284,7 @@
#![feature(prelude_import)]
#![feature(ptr_internals)]
#![feature(raw)]
#![feature(raw_entry)]
#![feature(rustc_attrs)]
#![feature(rustc_const_unstable)]
#![feature(std_internals)]