From a752b78b2798aa20a358103e0e8bed1728daad70 Mon Sep 17 00:00:00 2001 From: Hector Martin Date: Sun, 3 Nov 2024 19:44:58 +0900 Subject: [PATCH] rust: 1.82.0 compat Signed-off-by: Hector Martin --- rust/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/src/lib.rs b/rust/src/lib.rs index 23ffd7a26..dd85b6147 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -3,6 +3,7 @@ #![deny(unsafe_op_in_unsafe_fn)] #![feature(alloc_error_handler)] #![feature(new_uninit)] +#![feature(new_zeroed_alloc)] #[macro_use] extern crate alloc;