We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f41a2 commit d169a31Copy full SHA for d169a31
src/bin/bios.rs
@@ -2,7 +2,6 @@
2
#![feature(global_asm)]
3
#![feature(llvm_asm)]
4
#![feature(asm)]
5
-#![feature(slice_fill)]
6
#![no_std]
7
#![no_main]
8
src/bin/uefi.rs
@@ -3,7 +3,6 @@
#![feature(abi_efiapi)]
#![feature(unsafe_block_in_unsafe_fn)]
-#![feature(min_const_generics)]
#![feature(maybe_uninit_extra)]
#![deny(unsafe_op_in_unsafe_fn)]
9
src/lib.rs
@@ -6,8 +6,6 @@
//! blog for an explanation.
#![cfg_attr(not(feature = "builder"), no_std)]
10
11
12
13
0 commit comments