Skip to content

Commit bc38c2a

Browse files
unstable-book: Add ignore to abi_efiapi example code
This example doesn't compile on targets that don't support UEFI, as reported here: rust-lang#104793 (comment)
1 parent e60fbaf commit bc38c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/unstable-book/src/language-features/abi-efiapi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Specification].
1212

1313
Example:
1414

15-
```rust
15+
```rust,ignore (not-all-targets-support-uefi)
1616
#![feature(abi_efiapi)]
1717
1818
extern "efiapi" { fn f1(); }

0 commit comments

Comments
 (0)