Stabilize the keylocker_x86 flag, and the kl and widekl target features

This commit is contained in:
sayantn
2025-05-08 01:06:23 +05:30
parent 5e0bdaa9dd
commit cd7533ab44
6 changed files with 4 additions and 24 deletions

View File

@@ -546,8 +546,6 @@ declare_features! (
(incomplete, inherent_associated_types, "1.52.0", Some(8995)),
/// Allows using `pointer` and `reference` in intra-doc links
(unstable, intra_doc_pointers, "1.51.0", Some(80896)),
// Allows using the `kl` and `widekl` target features and the associated intrinsics
(unstable, keylocker_x86, "1.86.0", Some(134813)),
// Allows setting the threshold for the `large_assignments` lint.
(unstable, large_assignments, "1.52.0", Some(83518)),
/// Allow to have type alias types for inter-crate use.