File tree Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -56,16 +56,6 @@ mod m {
5656#[ cfg( target_os = "windows" ) ]
5757mod m {
5858 #[ main]
59- #[ cfg( target_arch = "x86" ) ]
60- pub fn main ( ) {
61- unsafe {
62- assert_eq ! ( :: rusti:: pref_align_of:: <u64 >( ) , 8 ) ;
63- assert_eq ! ( :: rusti:: min_align_of:: <u64 >( ) , 8 ) ;
64- }
65- }
66-
67- #[ main]
68- #[ cfg( target_arch = "x86_64" ) ]
6959 pub fn main ( ) {
7060 unsafe {
7161 assert_eq ! ( :: rusti:: pref_align_of:: <u64 >( ) , 8 ) ;
Original file line number Diff line number Diff line change @@ -67,13 +67,6 @@ mod m {
6767
6868#[ cfg( target_os = "windows" ) ]
6969mod m {
70- #[ cfg( target_arch = "x86" ) ]
71- pub mod m {
72- pub fn align ( ) -> usize { 8 }
73- pub fn size ( ) -> usize { 16 }
74- }
75-
76- #[ cfg( target_arch = "x86_64" ) ]
7770 pub mod m {
7871 pub fn align ( ) -> usize { 8 }
7972 pub fn size ( ) -> usize { 16 }
You can’t perform that action at this time.
0 commit comments