1
Fork 0

Stabilize abi_efiapi feature

Tracking issue: https://github.com/rust-lang/rust/issues/65815
This commit is contained in:
Nicholas Bishop 2022-12-16 15:02:22 -05:00 committed by Nicholas Bishop
parent 1e4f90061c
commit 46f9e878f6
11 changed files with 11 additions and 140 deletions

View file

@ -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()`.