diff options
| author | Richard Cobbe <ricobbe@microsoft.com> | 2021-07-20 12:45:20 -0700 |
|---|---|---|
| committer | Richard Cobbe <ricobbe@microsoft.com> | 2021-07-20 12:45:20 -0700 |
| commit | 3061b9bda8ac136396d5f938ed05e0d25a16e0f0 (patch) | |
| tree | 6333ca6ebba55394822601e76077adcba903f4bc | |
| parent | 9b7521314705fdfcc3f459a2f7d09090ad39b05c (diff) | |
| download | rust-3061b9bda8ac136396d5f938ed05e0d25a16e0f0.tar.gz rust-3061b9bda8ac136396d5f938ed05e0d25a16e0f0.zip | |
Ignore example in automation
| -rw-r--r-- | src/doc/unstable-book/src/language-features/raw-dylib.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/doc/unstable-book/src/language-features/raw-dylib.md b/src/doc/unstable-book/src/language-features/raw-dylib.md index 38a3cfd4d61..01cbe2e786f 100644 --- a/src/doc/unstable-book/src/language-features/raw-dylib.md +++ b/src/doc/unstable-book/src/language-features/raw-dylib.md @@ -9,7 +9,8 @@ The tracking issue for this feature is: [#58713] The `raw_dylib` feature allows you to link against the implementations of functions in an `extern` block without, on Windows, linking against an import library. -```rust +<!-- NOTE(ignore) this example is specific to the windows targets and requires an external library --> +```rust,ignore #![feature(raw_dylib)] #[link(name="library", kind="raw-dylib")] |
