stabilize shorter-tail-lifetimes

This commit is contained in:
Ding Xiang Fei
2024-10-21 04:47:02 +08:00
parent be01dabfef
commit 0689b2139f
18 changed files with 39 additions and 46 deletions

View File

@@ -571,8 +571,6 @@ declare_features! (
(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, "1.82.0", 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.
(unstable, simd_ffi, "1.0.0", Some(27731)),
/// Allows specialization of implementations (RFC 1210).