1
Fork 0

Tweak unstable diagnostic output

This commit is contained in:
Esteban Küber 2019-04-10 16:40:12 -07:00
parent 96d700f1b7
commit 3ab97062cf
172 changed files with 842 additions and 453 deletions

View file

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