allow internal features

This commit is contained in:
Simon Renblad 2025-01-28 16:19:54 +08:00
parent a2c5fc6d78
commit 59c0bb11c9
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#![feature(alloc_error_handler)]
#![feature(const_btree_len)]
#![feature(panic_info_message)]
#![allow(internal_features)]
#![feature(lang_items)]
#[macro_use]

View File

@ -1,5 +1,6 @@
#![no_std]
#![no_main]
#![allow(internal_features)]
#![feature(alloc_error_handler, never_type, panic_info_message, lang_items)]
#[macro_use]