Skip to content

Commit

Permalink
Make type_changing_struct_update no longer incomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
compiler-errors committed Jun 11, 2022
1 parent fa68e73 commit 2f923c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_feature/src/active.rs
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ declare_features! (
(active, type_ascription, "1.6.0", Some(23416), None),
/// Allows creation of instances of a struct by moving fields that have
/// not changed from prior instances of the same struct (RFC #2528)
(incomplete, type_changing_struct_update, "1.58.0", Some(86555), None),
(active, type_changing_struct_update, "1.58.0", Some(86555), None),
/// Allows unsized fn parameters.
(active, unsized_fn_params, "1.49.0", Some(48055), None),
/// Allows unsized rvalues at arguments and parameters.
Expand Down

0 comments on commit 2f923c4

Please sign in to comment.