Skip to content

Commit

Permalink
Remove ignore on windows test
Browse files Browse the repository at this point in the history
This removes the `ignore` on this test since it isn't needed if the
test is properly marked for its intended target.
  • Loading branch information
ehuss committed Oct 22, 2024
1 parent afe7539 commit 30a9afe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/items/external-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,8 @@ that symbol rather than having to look it up by name.
> [!WARNING]
> `link_ordinal` should only be used in cases where the ordinal of the symbol is known to be stable: if the ordinal of a symbol is not explicitly set when its containing binary is built then one will be automatically assigned to it, and that assigned ordinal may change between builds of the binary.
<!-- ignore: Only works on x86 Windows -->
```rust,ignore
```rust
# #[cfg(all(windows, target_arch = "x86"))]
#[link(name = "exporter", kind = "raw-dylib")]
unsafe extern "stdcall" {
#[link_ordinal(15)]
Expand Down

0 comments on commit 30a9afe

Please sign in to comment.