Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-def/src/unstable_features.rs')
-rw-r--r--crates/hir-def/src/unstable_features.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/hir-def/src/unstable_features.rs b/crates/hir-def/src/unstable_features.rs
index 559726fe9b..f581f02617 100644
--- a/crates/hir-def/src/unstable_features.rs
+++ b/crates/hir-def/src/unstable_features.rs
@@ -92,4 +92,5 @@ define_unstable_features! {
ref_pat_eat_one_layer_2024_structural,
deref_patterns,
mut_ref,
+ type_changing_struct_update,
}