Skip to content

Remove asm from prelude, drop feature

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

Loading