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 {
56
56
#[ cfg( target_os = "windows" ) ]
57
57
mod m {
58
58
#[ 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" ) ]
69
59
pub fn main ( ) {
70
60
unsafe {
71
61
assert_eq ! ( :: rusti:: pref_align_of:: <u64 >( ) , 8 ) ;
Original file line number Diff line number Diff line change @@ -67,13 +67,6 @@ mod m {
67
67
68
68
#[ cfg( target_os = "windows" ) ]
69
69
mod 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" ) ]
77
70
pub mod m {
78
71
pub fn align ( ) -> usize { 8 }
79
72
pub fn size ( ) -> usize { 16 }
You can’t perform that action at this time.
0 commit comments