Add back asm_const feature

It isn't stable yet on the nightly used by redox
This commit is contained in:
bjorn3
2025-03-30 21:04:58 +02:00
parent cf0fdb42ea
commit 20d77672e7
+1
View File
@@ -1,5 +1,6 @@
#![no_std]
#![feature(
asm_const,
array_chunks,
int_roundings,
let_chains,