File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed
Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -246,7 +246,6 @@ check-cfg = [
246246 ' cfg(alloc_c_string)' ,
247247 ' cfg(alloc_ffi)' ,
248248 ' cfg(apple)' ,
249- ' cfg(asm_experimental_arch)' ,
250249 ' cfg(bsd)' ,
251250 ' cfg(core_c_str)' ,
252251 ' cfg(core_ffi_c)' ,
Original file line number Diff line number Diff line change @@ -127,9 +127,6 @@ fn main() {
127127 // Use the linux_raw backend.
128128 use_feature ( "linux_raw_dep" ) ;
129129 use_feature ( "linux_raw" ) ;
130- if rustix_use_experimental_asm {
131- use_feature ( "asm_experimental_arch" ) ;
132- }
133130 }
134131
135132 // Detect whether the compiler requires us to use thumb mode on ARM.
Original file line number Diff line number Diff line change 114114 any( feature = "rustc-dep-of-std" , core_intrinsics) ,
115115 feature( core_intrinsics)
116116) ]
117- #![ cfg_attr( asm_experimental_arch, feature( asm_experimental_arch) ) ]
118117#![ cfg_attr( not( feature = "all-apis" ) , allow( dead_code) ) ]
119118// It is common in Linux and libc APIs for types to vary between platforms.
120119#![ allow( clippy:: unnecessary_cast) ]
You can’t perform that action at this time.
0 commit comments