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.
ignore
abi_efiapi
1 parent e60fbaf commit bc38c2aCopy full SHA for bc38c2a
src/doc/unstable-book/src/language-features/abi-efiapi.md
@@ -12,7 +12,7 @@ Specification].
12
13
Example:
14
15
-```rust
+```rust,ignore (not-all-targets-support-uefi)
16
#![feature(abi_efiapi)]
17
18
extern "efiapi" { fn f1(); }
0 commit comments