We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
negative_impls
1 parent c2de574 commit d2cf762Copy full SHA for d2cf762
uefi-test-runner/src/main.rs
@@ -1,7 +1,6 @@
1
#![no_std]
2
#![no_main]
3
#![feature(abi_efiapi)]
4
-#![feature(negative_impls)]
5
6
#[macro_use]
7
extern crate log;
uefi/src/lib.rs
@@ -60,7 +60,6 @@
60
61
62
#![feature(maybe_uninit_slice)]
63
64
#![feature(ptr_metadata)]
65
#![cfg_attr(feature = "alloc", feature(vec_into_raw_parts))]
66
#![cfg_attr(feature = "unstable", feature(error_in_core))]
0 commit comments