Rollup merge of #89730 - crlf0710:type_changing_feature, r=jackh726
add feature flag for `type_changing_struct_update` This implements the PR0 part of the mentoring notes within #86618. overrides the previous inactive #86646 pr. r? ```@nikomatsakis```
This commit is contained in:
commit
736e8ebd1c
4 changed files with 43 additions and 0 deletions
|
@ -1338,6 +1338,7 @@ symbols! {
|
|||
type_alias_enum_variants,
|
||||
type_alias_impl_trait,
|
||||
type_ascription,
|
||||
type_changing_struct_update,
|
||||
type_id,
|
||||
type_length_limit,
|
||||
type_macros,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue