implementing fallible allocation API (try_reserve) for Vec, String and HashMap
This commit is contained in:
@@ -117,6 +117,7 @@
|
||||
#![feature(staged_api)]
|
||||
#![feature(str_internals)]
|
||||
#![feature(trusted_len)]
|
||||
#![feature(try_reserve)]
|
||||
#![feature(unboxed_closures)]
|
||||
#![feature(unicode)]
|
||||
#![feature(unsize)]
|
||||
|
||||
Reference in New Issue
Block a user