implementing fallible allocation API (try_reserve) for Vec, String and HashMap
This commit is contained in:
parent
fab632f975
commit
92bfcd2b19
16 changed files with 1056 additions and 72 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue