Skip to content

Remove asm from prelude, drop feature

Tim Crawford requested to merge tcrawford/uefi:prelude-asm into master

asm has been stabilized in Rust 1.59.0. It is now available in core::arch and not the prelude.

Fixes compiling with the 2022-03-18 toolchain now used by Redox.

Merge request reports