Skip to content

Commit df03145

Browse files
Ignore test using link which creates segfault
1 parent 76b93c4 commit df03145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/unstable-book/src/language-features/link-arg-attribute.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The `link_arg_attribute` feature allows passing arguments into the linker
88
from inside of the source code. Order is preserved for link attributes as
99
they were defined on a single extern block:
1010

11-
```rust,no_run
11+
```rust,ignore
1212
#![feature(link_arg_attribute)]
1313
1414
#[link(kind = "link-arg", name = "--start-group")]

0 commit comments

Comments
 (0)