We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
global_asm
core::arch
1 parent f5abf68 commit 857e48eCopy full SHA for 857e48e
src/main.rs
@@ -10,8 +10,7 @@ compile_error!("The bootloader crate must be compiled for the `x86_64-bootloader
10
extern crate rlibc;
11
12
use bootloader::bootinfo::{BootInfo, FrameRange};
13
-use core::convert::TryInto;
14
-use core::panic::PanicInfo;
+use core::{arch::global_asm, convert::TryInto, panic::PanicInfo};
15
use core::{mem, slice};
16
use fixedvec::alloc_stack;
17
use usize_conversions::usize_from;
0 commit comments