We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b93c4 commit b4b72caCopy full SHA for b4b72ca
src/doc/unstable-book/src/language-features/link-arg-attribute.md
@@ -8,7 +8,7 @@ The `link_arg_attribute` feature allows passing arguments into the linker
8
from inside of the source code. Order is preserved for link attributes as
9
they were defined on a single extern block:
10
11
-```rust,no_run
+```rust,ignore (linking to "c" segfaults)
12
#![feature(link_arg_attribute)]
13
14
#[link(kind = "link-arg", name = "--start-group")]
0 commit comments