tail expression behind terminating scope
This commit is contained in:
parent
11380368dc
commit
0f8c3f7882
19 changed files with 377 additions and 24 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue