mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
a4af6f089b
Fallible allocation Implementing RFC#2116 [Fallible Allocation](https://github.com/rust-lang/rust/issues/48043) . Work in progress. Initially adding @Gankro's try_reserve for Vec.