mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-25 10:23:23 +00:00
Implement rescue for heap allocator
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
9137ef434f
commit
c452fc35c6
@ -14,6 +14,7 @@
|
||||
#![feature(const_ops)]
|
||||
#![feature(generators)]
|
||||
#![feature(iter_from_generator)]
|
||||
#![feature(const_mut_refs)]
|
||||
|
||||
extern crate alloc;
|
||||
|
||||
|
Reference in New Issue
Block a user