Stabilize abi_efiapi feature
Tracking issue: https://github.com/rust-lang/rust/issues/65815
This commit is contained in:
committed by
Nicholas Bishop
parent
1e4f90061c
commit
46f9e878f6
@@ -282,8 +282,6 @@ declare_features! (
|
||||
(active, abi_avr_interrupt, "1.45.0", Some(69664), None),
|
||||
/// Allows `extern "C-cmse-nonsecure-call" fn()`.
|
||||
(active, abi_c_cmse_nonsecure_call, "1.51.0", Some(81391), None),
|
||||
/// Allows using the `efiapi` ABI.
|
||||
(active, abi_efiapi, "1.40.0", Some(65815), None),
|
||||
/// Allows `extern "msp430-interrupt" fn()`.
|
||||
(active, abi_msp430_interrupt, "1.16.0", Some(38487), None),
|
||||
/// Allows `extern "ptx-*" fn()`.
|
||||
|
||||
Reference in New Issue
Block a user