File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ mod rusti {
1414 target_os = "dragonfly" ,
1515 target_os = "emscripten" ,
1616 target_os = "freebsd" ,
17+ target_os = "fuchsia" ,
1718 target_os = "linux" ,
1819 target_os = "macos" ,
1920 target_os = "netbsd" ,
Original file line number Diff line number Diff line change 11// run-pass
22// compile-flags: -Zlink-native-libraries=no -Cdefault-linker-libraries=yes
33// ignore-windows - this will probably only work on unixish systems
4+ // ignore-fuchsia - missing __libc_start_main for some reason (#84733)
45
56#[ link( name = "some-random-non-existent-library" , kind = "static" ) ]
67extern "C" { }
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ struct Outer {
3535 target_os = "dragonfly" ,
3636 target_os = "emscripten" ,
3737 target_os = "freebsd" ,
38+ target_os = "fuchsia" ,
3839 target_os = "linux" ,
3940 target_os = "macos" ,
4041 target_os = "netbsd" ,
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ pub fn main() {
2727 target_os = "dragonfly" ,
2828 target_os = "emscripten" ,
2929 target_os = "freebsd" ,
30+ target_os = "fuchsia" ,
3031 target_os = "linux" ,
3132 target_os = "macos" ,
3233 target_os = "netbsd" ,
You can’t perform that action at this time.
0 commit comments