Skip to content

Commit 2f923c4

Browse files
Make type_changing_struct_update no longer incomplete
1 parent fa68e73 commit 2f923c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_feature/src/active.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ declare_features! (
523523
(active, type_ascription, "1.6.0", Some(23416), None),
524524
/// Allows creation of instances of a struct by moving fields that have
525525
/// not changed from prior instances of the same struct (RFC #2528)
526-
(incomplete, type_changing_struct_update, "1.58.0", Some(86555), None),
526+
(active, type_changing_struct_update, "1.58.0", Some(86555), None),
527527
/// Allows unsized fn parameters.
528528
(active, unsized_fn_params, "1.49.0", Some(48055), None),
529529
/// Allows unsized rvalues at arguments and parameters.

0 commit comments

Comments
 (0)