Tweak unstable diagnostic output
This commit is contained in:
parent
96d700f1b7
commit
3ab97062cf
172 changed files with 842 additions and 453 deletions
|
@ -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 {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue