Introduce reborrow unstable feature
This commit is contained in:
parent
6ba0ce4094
commit
719880dd2a
1 changed files with 1 additions and 0 deletions
|
|
@ -614,6 +614,7 @@ declare_features! (
|
|||
(unstable, proc_macro_hygiene, "1.30.0", Some(54727)),
|
||||
/// Allows the use of raw-dylibs on ELF platforms
|
||||
(incomplete, raw_dylib_elf, "1.87.0", Some(135694)),
|
||||
(unstable, reborrow, "CURRENT_RUSTC_VERSION", None),
|
||||
/// Makes `&` and `&mut` patterns eat only one layer of references in Rust 2024.
|
||||
(incomplete, ref_pat_eat_one_layer_2024, "1.79.0", Some(123076)),
|
||||
/// Makes `&` and `&mut` patterns eat only one layer of references in Rust 2024—structural variant
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue