1
Fork 0

Rollup merge of #87993 - kornelski:try_reserve_stable, r=joshtriplett

Stabilize try_reserve

Stabilization PR for the [`try_reserve` feature](https://github.com/rust-lang/rust/issues/48043#issuecomment-898040475).
This commit is contained in:
Jubilee 2021-10-04 21:12:33 -07:00 committed by GitHub
commit 99e6e3ff07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 14 additions and 42 deletions

View file

@ -52,7 +52,6 @@
#![feature(thread_local_const_init)]
#![feature(trusted_step)]
#![feature(try_blocks)]
#![feature(try_reserve)]
#![feature(try_reserve_kind)]
#![feature(nonzero_ops)]
#![recursion_limit = "512"]