diff --git a/kernel/lib.rs b/kernel/lib.rs index b99e7779a..d9353c760 100644 --- a/kernel/lib.rs +++ b/kernel/lib.rs @@ -76,6 +76,7 @@ use arch::interrupt::{set_interrupts, halt}; #[macro_use] extern crate arch; +/// Intrinsics for panic handling pub mod panic; #[no_mangle]