rust-osdev / x86_64

Library to program x86_64 hardware.
https://docs.rs/x86_64
Apache License 2.0
797 stars 132 forks source link

fix: build error on the latest nightly (`asm!` import) #329

Closed toku-sa-n closed 2 years ago

toku-sa-n commented 2 years ago

asm! is excluded from Prelude.

Freax13 commented 2 years ago

I also saw that asm! will be stabilized in 1.59. We can probably remove the inline_asm and external_asm features once asm! is stabilized.

toku-sa-n commented 2 years ago

All done.