File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- #![ doc( include = "core_arch_docs.md" ) ]
1+ #![ doc = include_str ! ( "core_arch_docs.md" ) ]
22#![ allow( improper_ctypes_definitions) ]
33#![ allow( dead_code) ]
44#![ allow( unused_features) ]
3636 f16c_target_feature,
3737 external_doc,
3838 allow_internal_unstable,
39- decl_macro
39+ decl_macro,
40+ extended_key_value_attributes
4041) ]
4142#![ cfg_attr( test, feature( test, abi_vectorcall) ) ]
4243#![ cfg_attr( all( test, target_arch = "wasm32" ) , feature( wasm_simd) ) ]
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ mod acle;
99
1010mod simd;
1111
12- #[ doc( include = "core_arch_docs.md" ) ]
12+ #[ doc = include_str ! ( "core_arch_docs.md" ) ]
1313#[ stable( feature = "simd_arch" , since = "1.27.0" ) ]
1414pub mod arch {
1515 /// Platform-specific intrinsics for the `x86` platform.
You can’t perform that action at this time.
0 commit comments