1
Fork 0

tail expression behind terminating scope

This commit is contained in:
Ding Xiang Fei 2024-04-12 23:24:45 +08:00
parent 11380368dc
commit 0f8c3f7882
No known key found for this signature in database
GPG key ID: 3CD748647EEF6359
19 changed files with 377 additions and 24 deletions

View file

@ -588,6 +588,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)),
/// 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).