Fix the "used_with_archive" test on Fuchsia
This change adds Fuchsia OS as a target to the cfg_attr in the pre_main_constructor external declaration. This allows the "tests/ui/attributes/used_with_archive.rs" to pass against Fuchsia.
This commit is contained in:
parent
a7fc463dd8
commit
660509d717
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
target_os = "netbsd",
|
||||
target_os = "nto",
|
||||
target_os = "openbsd",
|
||||
target_os = "fuchsia",
|
||||
),
|
||||
link_section = ".init_array"
|
||||
)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue