Skip to content

Conversation

@Rua
Copy link
Contributor

@Rua Rua commented Dec 6, 2025

Working with pointer-related stuff, I found that related code was kinda scattered all over, making it difficult to find at times. This creates a new pointers.rs module, moves some existing functions there, and creates new functions to wrap some other bits of code. I've tried to not make too many semantic changes.

In convert_assignment_operator_with_rhs there was a bit of dead code that I removed. Since AssignAdd and AssignSubtract are handled by the match arms, the if that checks for them below a second time wasn't doing anything (and it did the same thing anyway).

@kkysen kkysen self-requested a review December 6, 2025 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant