We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b75213 commit 3061b9bCopy full SHA for 3061b9b
src/doc/unstable-book/src/language-features/raw-dylib.md
@@ -9,7 +9,8 @@ The tracking issue for this feature is: [#58713]
9
The `raw_dylib` feature allows you to link against the implementations of functions in an `extern`
10
block without, on Windows, linking against an import library.
11
12
-```rust
+<!-- NOTE(ignore) this example is specific to the windows targets and requires an external library -->
13
+```rust,ignore
14
#![feature(raw_dylib)]
15
16
#[link(name="library", kind="raw-dylib")]
0 commit comments