]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Call base class's accept_vis method
authorRyutaro Okada <1015ryu88@gmail.com>
Thu, 17 Jul 2025 12:32:43 +0000 (05:32 -0700)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 5 Aug 2025 14:37:04 +0000 (16:37 +0200)
commitea83b1a9d49abd7a48f405d39fb5cc86e2b5d238
treebd4bd9288a2594d50b688472ae2a54cf17b2b146
parent73def70e34805c22f70352f8db4ba6771f28777d
gccrs: Call base class's  accept_vis method

gcc/rust/ChangeLog:

* hir/tree/rust-hir-visitor.cc (DefaultHIRVisitor::walk):
Call base class's  accept_vis method

Signed-off-by: Ryutaro Okada <1015ryu88@gmail.com>
gcc/rust/hir/tree/rust-hir-visitor.cc