1
Fork 0

Add the sha512, sm3 and sm4 target features

Add the feature in `core/lib.rs`
This commit is contained in:
sayantn 2024-08-01 23:13:51 +05:30
parent e60ebb2f2c
commit 41b017ec99
10 changed files with 38 additions and 2 deletions

View file

@ -591,6 +591,8 @@ declare_features! (
(incomplete, return_type_notation, "1.70.0", Some(109417)),
/// Allows `extern "rust-cold"`.
(unstable, rust_cold_cc, "1.63.0", Some(97544)),
/// Allows use of x86 SHA512, SM3 and SM4 target-features and intrinsics
(unstable, sha512_sm_x86, "CURRENT_RUSTC_VERSION", Some(126624)),
/// Shortern the tail expression lifetime
(unstable, shorter_tail_lifetimes, "1.79.0", Some(123739)),
/// Allows the use of SIMD types in functions declared in `extern` blocks.