@@ -241,7 +241,6 @@ impl fmt::Debug for c_void {
241241 ) ,
242242 all( target_arch = "aarch64" , any( target_os = "macos" , target_os = "ios" , target_os = "tvos" ) ) ,
243243 target_family = "wasm" ,
244- target_arch = "asmjs" ,
245244 target_os = "uefi" ,
246245 windows,
247246) ) ]
@@ -270,7 +269,6 @@ pub struct VaListImpl<'f> {
270269 ) ,
271270 all( target_arch = "aarch64" , any( target_os = "macos" , target_os = "ios" , target_os = "tvos" ) ) ,
272271 target_family = "wasm" ,
273- target_arch = "asmjs" ,
274272 target_os = "uefi" ,
275273 windows,
276274) ) ]
@@ -395,7 +393,6 @@ pub struct VaList<'a, 'f: 'a> {
395393 any( target_os = "macos" , target_os = "ios" , target_os = "tvos" )
396394 ) ,
397395 target_family = "wasm" ,
398- target_arch = "asmjs" ,
399396 target_os = "uefi" ,
400397 windows,
401398 ) ) ]
@@ -413,7 +410,6 @@ pub struct VaList<'a, 'f: 'a> {
413410 not( any( target_os = "macos" , target_os = "ios" , target_os = "tvos" ) )
414411 ) ,
415412 not( target_family = "wasm" ) ,
416- not( target_arch = "asmjs" ) ,
417413 not( target_os = "uefi" ) ,
418414 not( windows) ,
419415 ) ) ]
@@ -431,7 +427,6 @@ pub struct VaList<'a, 'f: 'a> {
431427 ) ,
432428 all( target_arch = "aarch64" , any( target_os = "macos" , target_os = "ios" , target_os = "tvos" ) ) ,
433429 target_family = "wasm" ,
434- target_arch = "asmjs" ,
435430 target_os = "uefi" ,
436431 windows,
437432) ) ]
@@ -461,7 +456,6 @@ impl<'f> VaListImpl<'f> {
461456 not( any( target_os = "macos" , target_os = "ios" , target_os = "tvos" ) )
462457 ) ,
463458 not( target_family = "wasm" ) ,
464- not( target_arch = "asmjs" ) ,
465459 not( target_os = "uefi" ) ,
466460 not( windows) ,
467461) ) ]
0 commit comments