1
Fork 0

Add kl and widekl target features, and the feature gate

This commit is contained in:
Sayantan Chakraborty 2024-12-27 11:47:34 +05:30 committed by sayantn
parent 56f9e6f935
commit dc49fdd225
6 changed files with 26 additions and 0 deletions

View file

@ -525,6 +525,8 @@ declare_features! (
(unstable, inline_const_pat, "1.58.0", Some(76001)),
/// 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, "CURRENT_RUSTC_VERSION", 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.