allow internal features
This commit is contained in:
parent
a2c5fc6d78
commit
59c0bb11c9
@ -4,6 +4,7 @@
|
||||
#![feature(alloc_error_handler)]
|
||||
#![feature(const_btree_len)]
|
||||
#![feature(panic_info_message)]
|
||||
#![allow(internal_features)]
|
||||
#![feature(lang_items)]
|
||||
|
||||
#[macro_use]
|
||||
|
@ -1,5 +1,6 @@
|
||||
#![no_std]
|
||||
#![no_main]
|
||||
#![allow(internal_features)]
|
||||
#![feature(alloc_error_handler, never_type, panic_info_message, lang_items)]
|
||||
|
||||
#[macro_use]
|
||||
|
Loading…
Reference in New Issue
Block a user