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 3061b9b commit 8e84e4dCopy full SHA for 8e84e4d
src/doc/unstable-book/src/language-features/raw-dylib.md
@@ -9,8 +9,7 @@ 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
-<!-- NOTE(ignore) this example is specific to the windows targets and requires an external library -->
13
-```rust,ignore
+```rust,ignore (partial-example)
14
#![feature(raw_dylib)]
15
16
#[link(name="library", kind="raw-dylib")]
0 commit comments