Skip to content

Commit 30a9afe

Browse files
committed
Remove ignore on windows test
This removes the `ignore` on this test since it isn't needed if the test is properly marked for its intended target.
1 parent afe7539 commit 30a9afe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/items/external-blocks.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,8 @@ that symbol rather than having to look it up by name.
296296
> [!WARNING]
297297
> `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.
298298
299-
<!-- ignore: Only works on x86 Windows -->
300-
```rust,ignore
299+
```rust
300+
# #[cfg(all(windows, target_arch = "x86"))]
301301
#[link(name = "exporter", kind = "raw-dylib")]
302302
unsafe extern "stdcall" {
303303
#[link_ordinal(15)]

0 commit comments

Comments
 (0)