File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ mod rusti {
15
15
target_os = "emscripten" ,
16
16
target_os = "freebsd" ,
17
17
target_os = "fuchsia" ,
18
+ target_os = "illumos" ,
18
19
target_os = "linux" ,
19
20
target_os = "macos" ,
20
21
target_os = "netbsd" ,
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ struct Outer {
36
36
target_os = "emscripten" ,
37
37
target_os = "freebsd" ,
38
38
target_os = "fuchsia" ,
39
+ target_os = "illumos" ,
39
40
target_os = "linux" ,
40
41
target_os = "macos" ,
41
42
target_os = "netbsd" ,
Original file line number Diff line number Diff line change @@ -28,10 +28,11 @@ pub fn main() {
28
28
target_os = "emscripten" ,
29
29
target_os = "freebsd" ,
30
30
target_os = "fuchsia" ,
31
+ target_os = "illumos" ,
31
32
target_os = "linux" ,
32
33
target_os = "macos" ,
33
34
target_os = "netbsd" ,
34
35
target_os = "openbsd" ,
35
- target_os = "vxworks " ,
36
- target_os = "solaris " ) ) ]
36
+ target_os = "solaris " ,
37
+ target_os = "vxworks " ) ) ]
37
38
pub fn main ( ) { }
You can’t perform that action at this time.
0 commit comments