rt: add missing feature to #![features(...)]

This commit is contained in:
Mark Poliakov 2024-11-19 15:19:34 +02:00
parent ed7f6c2f46
commit 238e2b98c9

View File

@ -1,5 +1,5 @@
//! Yggdrasil OS application runtime
#![feature(rustc_private, decl_macro, f128, linkage)]
#![feature(rustc_private, decl_macro, f128, linkage, naked_functions)]
#![no_std]
#![deny(missing_docs)]
#![allow(nonstandard_style)]