Skip to content

feat: When renaming a field, rename variables in constructors as well#21979

Open
ChayimFriedman2 wants to merge 1 commit intorust-lang:masterfrom
ChayimFriedman2:rename-ctor-field
Open

feat: When renaming a field, rename variables in constructors as well#21979
ChayimFriedman2 wants to merge 1 commit intorust-lang:masterfrom
ChayimFriedman2:rename-ctor-field

Conversation

@ChayimFriedman2
Copy link
Copy Markdown
Contributor

@ChayimFriedman2 ChayimFriedman2 commented Apr 7, 2026

fn_return_points() was adapted from #21908 by @Albab-Hasan.

Fixes #10489.

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Apr 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Renaming a struct field should rename constructor arguments of the same name

2 participants