mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Make type_changing_struct_update no longer incomplete
This commit is contained in:
parent
fa68e73e99
commit
2f923c4d37
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user