Skip to content

Commit

Permalink
Ignore test using link which creates segfault
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Apr 17, 2024
1 parent cd6d032 commit 76c9ae6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The `link_arg_attribute` feature allows passing arguments into the linker
from inside of the source code. Order is preserved for link attributes as
they were defined on a single extern block:

```rust,no_run
```rust,ignore (linking to "c" segfaults)
#![feature(link_arg_attribute)]
#[link(kind = "link-arg", name = "--start-group")]
Expand Down

0 comments on commit 76c9ae6

Please sign in to comment.