about summary refs log tree commit diff
path: root/library/stdarch/crates/std_detect/tests
diff options
context:
space:
mode:
authorTaiki Endo <te316e89@gmail.com>2023-03-01 12:06:17 +0900
committerAmanieu d'Antras <amanieu@gmail.com>2023-03-01 18:56:19 +0100
commit169d8d8c48fa3b801c4e36b1ab393d7cd9e00077 (patch)
tree510d3032c4f5553634fc29dd408d2b15e3653e25 /library/stdarch/crates/std_detect/tests
parenta9681a2ca643d6d9b7a05156080efb5ef43d5e65 (diff)
downloadrust-169d8d8c48fa3b801c4e36b1ab393d7cd9e00077.tar.gz
rust-169d8d8c48fa3b801c4e36b1ab393d7cd9e00077.zip
Fix stable_features warnings
```
warning: the feature `cmpxchg16b_target_feature` has been stable since 1.69.0-nightly and no longer requires an attribute to enable
  --> crates/core_arch/src/lib.rs:24:5
   |
24 |     cmpxchg16b_target_feature,
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(stable_features)]` on by default

warning: the feature `target_feature_11` has been stable since 1.69.0-nightly and no longer requires an attribute to enable
  --> crates/core_arch/src/lib.rs:34:5
   |
34 |     target_feature_11,
   |     ^^^^^^^^^^^^^^^^^
```
Diffstat (limited to 'library/stdarch/crates/std_detect/tests')
0 files changed, 0 insertions, 0 deletions