From 20d77672e7c350ed76db184f4a1f7c91c0cd0e97 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Sun, 30 Mar 2025 21:04:58 +0200 Subject: [PATCH] Add back asm_const feature It isn't stable yet on the nightly used by redox --- redox-rt/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/redox-rt/src/lib.rs b/redox-rt/src/lib.rs index 72dcf426ae..1d0906a057 100644 --- a/redox-rt/src/lib.rs +++ b/redox-rt/src/lib.rs @@ -1,5 +1,6 @@ #![no_std] #![feature( + asm_const, array_chunks, int_roundings, let_chains,