1
Fork 0

--bless some tests due to message format change.

This commit is contained in:
Mazdak Farrokhzad 2019-08-23 01:09:51 +02:00
parent 3cfb6bc73a
commit 3e061f7c49
23 changed files with 34 additions and 34 deletions

View file

@ -5,7 +5,7 @@
use core::alloc::Layout;
#[alloc_error_handler] //~ ERROR `#[alloc_error_handler]` is an unstable feature
#[alloc_error_handler] //~ ERROR the `#[alloc_error_handler]` attribute is an experimental feature
fn oom(info: Layout) -> ! {
loop {}
}