diff options
| author | Amanieu d'Antras <amanieu@gmail.com> | 2025-06-11 14:25:59 +0100 | 
|---|---|---|
| committer | Amanieu d'Antras <amanieu@gmail.com> | 2025-06-11 14:11:23 +0000 | 
| commit | 341889647e7bb1a6b90cdd83c1bb136a71a85772 (patch) | |
| tree | d91ec255ec287fb6996fb1fe79058b9c122f4384 /library/stdarch/crates/std_detect/tests/x86-specific.rs | |
| parent | 7c2d2a30501b2115d79c4400f3b55b88314ddb1a (diff) | |
| download | rust-341889647e7bb1a6b90cdd83c1bb136a71a85772.tar.gz rust-341889647e7bb1a6b90cdd83c1bb136a71a85772.zip | |
Fixes to compile with latest Rust nightly
Diffstat (limited to 'library/stdarch/crates/std_detect/tests/x86-specific.rs')
| -rw-r--r-- | library/stdarch/crates/std_detect/tests/x86-specific.rs | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/library/stdarch/crates/std_detect/tests/x86-specific.rs b/library/stdarch/crates/std_detect/tests/x86-specific.rs index 04080f639c9..d9ec79821ba 100644 --- a/library/stdarch/crates/std_detect/tests/x86-specific.rs +++ b/library/stdarch/crates/std_detect/tests/x86-specific.rs @@ -2,10 +2,8 @@ #![allow(internal_features)] #![feature( stdarch_internal, - sha512_sm_x86, x86_amx_intrinsics, xop_target_feature, - keylocker_x86, movrs_target_feature )] | 
