mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-21 23:26:11 -04:00
6c6958b531
Use default alloc_error_handler for hermit Hermit now properly separates kernel from userspace. Applications for hermit can now use Rust's default `alloc_error_handler` instead of calling the kernel's `__rg_oom`. CC: ``@stlankes``