]> gcc.gnu.org Git - gcc.git/commit
gccrs: Visit type during resolution of inherent impl
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Thu, 18 Apr 2024 20:30:56 +0000 (22:30 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Thu, 1 Aug 2024 14:52:30 +0000 (16:52 +0200)
commit89ba071d8dfd67bac0f3f3eb601fe681e9793cb7
tree5eaffc90a4741a96ce6ffcb92a1720f103ddb7f9
parent1b6f101ad3b7e59f672ea81eadd3a67ea4674f8f
gccrs: Visit type during resolution of inherent impl

Inherent impl has a type it applies to. This type
was not visited and thus not resolved.

gcc/rust/ChangeLog:

* resolve/rust-default-resolver.cc (DefaultResolver::visit): Visit
inherent impl type.

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
gcc/rust/resolve/rust-default-resolver.cc
This page took 0.057168 seconds and 5 git commands to generate.