File tree 4 files changed +4
-0
lines changed
4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ mod rusti {
14
14
target_os = "dragonfly" ,
15
15
target_os = "emscripten" ,
16
16
target_os = "freebsd" ,
17
+ target_os = "fuchsia" ,
17
18
target_os = "linux" ,
18
19
target_os = "macos" ,
19
20
target_os = "netbsd" ,
Original file line number Diff line number Diff line change 1
1
// run-pass
2
2
// compile-flags: -Zlink-native-libraries=no -Cdefault-linker-libraries=yes
3
3
// ignore-windows - this will probably only work on unixish systems
4
+ // ignore-fuchsia - missing __libc_start_main for some reason (#84733)
4
5
5
6
#[ link( name = "some-random-non-existent-library" , kind = "static" ) ]
6
7
extern "C" { }
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ struct Outer {
35
35
target_os = "dragonfly" ,
36
36
target_os = "emscripten" ,
37
37
target_os = "freebsd" ,
38
+ target_os = "fuchsia" ,
38
39
target_os = "linux" ,
39
40
target_os = "macos" ,
40
41
target_os = "netbsd" ,
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ pub fn main() {
27
27
target_os = "dragonfly" ,
28
28
target_os = "emscripten" ,
29
29
target_os = "freebsd" ,
30
+ target_os = "fuchsia" ,
30
31
target_os = "linux" ,
31
32
target_os = "macos" ,
32
33
target_os = "netbsd" ,
You can’t perform that action at this time.
0 commit comments