Closed RalfJung closed 9 months ago
Okay this is painful, we'll need a bunch of careful #[cfg]
in the lib.rs that enables exactly the stdarch features needed for each configuration. Enabling features that don't exist for the current target just shows "unknown feature" errors...
Thanks!
const_intrinsic_copy stabilization got reverted in https://github.com/rust-lang/rust/pull/117905.