We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9b71ce commit d1e046fCopy full SHA for d1e046f
kernel/src/main.rs
@@ -54,7 +54,7 @@ unsafe extern "C" fn main() -> ! {
54
}
55
56
#[panic_handler]
57
-fn rust_panic(info: &core::panic::PanicInfo) -> ! {
+fn rust_panic(info: &PanicInfo) -> ! {
58
handle_panic(info);
59
loop {
60
hlt();
0 commit comments