unstable-book: Add ignore
to abi_efiapi
example code
This example doesn't compile on targets that don't support UEFI, as reported here: https://github.com/rust-lang/rust/pull/104793#issuecomment-1339783727
This commit is contained in:
parent
e60fbaf4ce
commit
bc38c2ae67
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ Specification].
|
|||
|
||||
Example:
|
||||
|
||||
```rust
|
||||
```rust,ignore (not-all-targets-support-uefi)
|
||||
#![feature(abi_efiapi)]
|
||||
|
||||
extern "efiapi" { fn f1(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue