]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Cleanup and refactor method resolution
authorPhilip Herron <herron.philip@googlemail.com>
Tue, 17 Jun 2025 19:22:34 +0000 (20:22 +0100)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 5 Aug 2025 14:36:50 +0000 (16:36 +0200)
commite59986b5230ec1a7309bb3e4cf0631c4e03e877b
tree49d3f771ef0f18181e977f8b0f5b15b6adbcc783
parentd5c85e24844fe15d729a4acd7c3d05a87057d2ed
gccrs: Cleanup and refactor method resolution

Refactor the dot operator implementation to improve code organization
and maintainability while preserving existing functionality.

gcc/rust/ChangeLog:

* typecheck/rust-hir-dot-operator.cc: Major refactoring and cleanup.
* typecheck/rust-hir-dot-operator.h: Add new helper methods.
gcc/rust/typecheck/rust-hir-dot-operator.cc
gcc/rust/typecheck/rust-hir-dot-operator.h