Skip to content

Commit

Permalink
Rollup merge of rust-lang#137794 - tshepang:make-qnx-pass, r=pietroal…
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 authored Mar 3, 2025
2 parents 44e29fd + f8091c4 commit 09b0533
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tests/ui/attributes/auxiliary/used_pre_main_constructor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@

#[cfg_attr(
any(
target_os = "linux",
target_os = "android",
target_os = "dragonfly",
target_os = "freebsd",
target_os = "haiku",
target_os = "illumos",
target_os = "linux",
target_os = "netbsd",
target_os = "nto",
target_os = "openbsd",
target_os = "dragonfly",
target_os = "illumos",
target_os = "haiku"
),
link_section = ".init_array"
)]
Expand Down

0 comments on commit 09b0533

Please sign in to comment.