Skip to content

Commit

Permalink
default error handler
Browse files Browse the repository at this point in the history
  • Loading branch information
rudib committed Dec 19, 2021
1 parent c6bb3ed commit f730f22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions finny_nostd_tests/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#![no_std]
#![no_main]

#![feature(default_alloc_error_handler)]

extern crate jemallocator;

#[global_allocator]
Expand Down

0 comments on commit f730f22

Please sign in to comment.