1
Fork 0

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:
Jeff Martin 2025-03-20 12:25:08 -04:00
parent a7fc463dd8
commit 660509d717

View file

@ -19,6 +19,7 @@
target_os = "netbsd",
target_os = "nto",
target_os = "openbsd",
target_os = "fuchsia",
),
link_section = ".init_array"
)]