Skip to content

Commit 62d5bee

Browse files
authored
Rollup merge of #105390 - nicholasbishop:bishop-example-ignore, r=ehuss
unstable-book: Add `ignore` to `abi_efiapi` example code This example doesn't compile on targets that don't support UEFI, as reported here: #104793 (comment)
2 parents 2ee1573 + bc38c2a commit 62d5bee

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

+1-1
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)