1
0
Fork 0
forked from koniifer/ableos

Features in one attribute

This commit is contained in:
Erin 2022-06-16 00:19:36 +02:00 committed by ondra05
parent af52a7410a
commit ff703e5cb0

View file

@ -4,11 +4,13 @@
//!
#![no_std]
#![feature(abi_x86_interrupt)]
#![feature(alloc_error_handler)]
#![feature(prelude_import)]
#![feature(asm_sym)] // Needed for riscv
#![feature(naked_functions)]
#![feature(
abi_x86_interrupt,
alloc_error_handler,
asm_sym, // Needed for RISC-V
naked_functions,
prelude_import,
)]
#[macro_use]
pub extern crate log;