Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rust: Renamed expr on CallExpr and LetExpr #18115

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

paldepind
Copy link
Contributor

@paldepind paldepind commented Nov 26, 2024

  • Rename expr on CallExpr to function. The Rust term for this seems to be "function operand" and in swift ApplyExpr also has a getFunction to do the same, so the name seems appropriate.
  • Rename expr on LetExpr to scrutinee. Similarly to for MatchExpr.

@github-actions github-actions bot added the Rust Pull requests that update Rust code label Nov 26, 2024
@paldepind paldepind marked this pull request as ready for review November 26, 2024 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant