Hide allocator details from TryReserveError
This commit is contained in:
parent
bddb59cf07
commit
a294aa8d3d
13 changed files with 269 additions and 109 deletions
|
@ -30,6 +30,7 @@ Rust MIR: a lowered representation of Rust.
|
|||
#![feature(once_cell)]
|
||||
#![feature(control_flow_enum)]
|
||||
#![feature(try_reserve)]
|
||||
#![feature(try_reserve_kind)]
|
||||
#![recursion_limit = "256"]
|
||||
|
||||
#[macro_use]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue