Implement rescue for heap allocator

This commit is contained in:
Jianfeng Jiang
2023-07-18 18:54:35 +08:00
committed by Tate, Hongliang Tian
parent 9137ef434f
commit c452fc35c6
4 changed files with 93 additions and 16 deletions

View File

@ -14,6 +14,7 @@
#![feature(const_ops)]
#![feature(generators)]
#![feature(iter_from_generator)]
#![feature(const_mut_refs)]
extern crate alloc;