]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Update can_eq to be a types_compatable interface
authorPhilip Herron <herron.philip@googlemail.com>
Mon, 25 Aug 2025 19:52:29 +0000 (20:52 +0100)
committerArthur Cohen <arthur.cohen@embecosm.com>
Thu, 30 Oct 2025 19:58:55 +0000 (20:58 +0100)
commit9b730dc66d976c498c9beb2e2bf292e1bd488bef
tree3f4eca0286eb8578c63ff9270796ffcc8394f9d7
parent2df042c661f66171fc9432ef992ce6cf6de7c022
gccrs: Update can_eq to be a types_compatable interface

Getting close to getting rid of can_eq and tyty-cmp soon.

gcc/rust/ChangeLog:

* typecheck/rust-hir-path-probe.cc (PathProbeType::process_impl_item_candidate):
refactor to types_compatable

Signed-off-by: Philip Herron <herron.philip@googlemail.com>
gcc/rust/typecheck/rust-hir-path-probe.cc