Skip to content

Commit

Permalink
unstable-book: Add ignore to abi_efiapi example code
Browse files Browse the repository at this point in the history
This example doesn't compile on targets that don't support UEFI, as
reported here:
#104793 (comment)
  • Loading branch information
nicholasbishop committed Dec 6, 2022
1 parent e60fbaf commit bc38c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/unstable-book/src/language-features/abi-efiapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Specification].

Example:

```rust
```rust,ignore (not-all-targets-support-uefi)
#![feature(abi_efiapi)]
extern "efiapi" { fn f1(); }
Expand Down

0 comments on commit bc38c2a

Please sign in to comment.