1
Fork 0

implementing fallible allocation API (try_reserve) for Vec, String and HashMap

This commit is contained in:
snf 2018-03-08 14:36:43 +00:00
parent fab632f975
commit 92bfcd2b19
16 changed files with 1056 additions and 72 deletions

View file

@ -314,6 +314,7 @@
#![feature(thread_local)]
#![feature(toowned_clone_into)]
#![feature(try_from)]
#![feature(try_reserve)]
#![feature(unboxed_closures)]
#![feature(unicode)]
#![feature(untagged_unions)]