Skip to content

Commit 719880d

Browse files
committed
Introduce reborrow unstable feature
1 parent 6ba0ce4 commit 719880d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_feature/src/unstable.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,7 @@ declare_features! (
614614
(unstable, proc_macro_hygiene, "1.30.0", Some(54727)),
615615
/// Allows the use of raw-dylibs on ELF platforms
616616
(incomplete, raw_dylib_elf, "1.87.0", Some(135694)),
617+
(unstable, reborrow, "CURRENT_RUSTC_VERSION", None),
617618
/// Makes `&` and `&mut` patterns eat only one layer of references in Rust 2024.
618619
(incomplete, ref_pat_eat_one_layer_2024, "1.79.0", Some(123076)),
619620
/// Makes `&` and `&mut` patterns eat only one layer of references in Rust 2024—structural variant

0 commit comments

Comments
 (0)