File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
// run-pass
2
2
// pretty-expanded FIXME #23616
3
+ // ignore-cloudabi no target_family
4
+ // ignore-wasm32-bare no target_family
5
+ // ignore-sgx
3
6
4
7
#[ cfg( windows) ]
5
8
pub fn main ( ) {
@@ -8,7 +11,3 @@ pub fn main() {
8
11
#[ cfg( unix) ]
9
12
pub fn main ( ) {
10
13
}
11
-
12
- #[ cfg( not( any( windows, unix) ) ) ]
13
- pub fn main ( ) {
14
- }
Original file line number Diff line number Diff line change 1
1
// run-pass
2
+ // ignore-cloudabi no target_family
3
+ // ignore-wasm32-bare no target_family
4
+ // ignore-sgx
5
+
2
6
// pretty-expanded FIXME #23616
3
7
4
8
#[ cfg( target_family = "windows" ) ]
@@ -8,7 +12,3 @@ pub fn main() {
8
12
#[ cfg( target_family = "unix" ) ]
9
13
pub fn main ( ) {
10
14
}
11
-
12
- #[ cfg( not( any( target_family = "windows" , target_family = "unix" ) ) ) ]
13
- pub fn main ( ) {
14
- }
You can’t perform that action at this time.
0 commit comments