diff options
| author | Nicholas Bishop <nicholasbishop@google.com> | 2022-12-16 15:02:22 -0500 |
|---|---|---|
| committer | Nicholas Bishop <nbishop@nbishop.net> | 2023-01-11 20:42:13 -0500 |
| commit | 46f9e878f68e6ece9e8dad54c67e97e5dd5838e1 (patch) | |
| tree | f6faefe37de2a628430421329cc1125d38fb6d91 /src | |
| parent | 1e4f90061cc4bc566f99ab21b1f101182b10cf0c (diff) | |
Stabilize `abi_efiapi` feature
Tracking issue: https://github.com/rust-lang/rust/issues/65815
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/unstable-book/src/language-features/abi-efiapi.md | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/doc/unstable-book/src/language-features/abi-efiapi.md b/src/doc/unstable-book/src/language-features/abi-efiapi.md deleted file mode 100644 index b492da88474..00000000000 --- a/src/doc/unstable-book/src/language-features/abi-efiapi.md +++ /dev/null @@ -1,23 +0,0 @@ -# `abi_efiapi` - -The tracking issue for this feature is: [#65815] - -[#65815]: https://github.com/rust-lang/rust/issues/65815 - ------------------------- - -The `efiapi` calling convention can be used for defining a function with -an ABI compatible with the UEFI Interfaces as defined in the [UEFI -Specification]. - -Example: - -```rust,ignore (not-all-targets-support-uefi) -#![feature(abi_efiapi)] - -extern "efiapi" { fn f1(); } - -extern "efiapi" fn f2() { todo!() } -``` - -[UEFI Specification]: https://uefi.org/specs/UEFI/2.10/ |
