Fix various compilation errors

This commit is contained in:
Amanieu d'Antras
2023-10-27 13:37:04 +01:00
parent 3e5850284a
commit ea27e5cfcb
8 changed files with 36 additions and 17 deletions

View File

@@ -21,6 +21,8 @@
#![no_std]
#![allow(internal_features)]
// Temporary hack: needed to build against toolchains from before the mass feature renaming.
// Remove this as soon as the stdarch submodule is updated on nightly.
#![allow(stable_features)]
#![feature(stdsimd)]
#[cfg(test)]