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 16, 2024
1 parent 76b93c4 commit df03145
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

Check failure on line 11 in src/doc/unstable-book/src/language-features/link-arg-attribute.md

View workflow job for this annotation

GitHub Actions / PR - mingw-check-tidy

unexplained "```ignore" doctest; try one:
#![feature(link_arg_attribute)]
#[link(kind = "link-arg", name = "--start-group")]
Expand Down

0 comments on commit df03145

Please sign in to comment.