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 11// run-pass
22// pretty-expanded FIXME #23616
3+ // ignore-cloudabi no target_family
4+ // ignore-wasm32-bare no target_family
5+ // ignore-sgx
36
47#[ cfg( windows) ]
58pub fn main ( ) {
@@ -8,7 +11,3 @@ pub fn main() {
811#[ cfg( unix) ]
912pub fn main ( ) {
1013}
11-
12- #[ cfg( not( any( windows, unix) ) ) ]
13- pub fn main ( ) {
14- }
Original file line number Diff line number Diff line change 11// run-pass
2+ // ignore-cloudabi no target_family
3+ // ignore-wasm32-bare no target_family
4+ // ignore-sgx
5+
26// pretty-expanded FIXME #23616
37
48#[ cfg( target_family = "windows" ) ]
@@ -8,7 +12,3 @@ pub fn main() {
812#[ cfg( target_family = "unix" ) ]
913pub fn main ( ) {
1014}
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