]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: ast: Dump raw pointer type
authorJakub Dupak <dev@jakubdupak.com>
Sun, 6 Nov 2022 20:21:34 +0000 (21:21 +0100)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 21 Feb 2023 11:36:46 +0000 (12:36 +0100)
commit971d16cbfadeb9a6688d64f724def2ed0aa886d6
tree0ac47dad8afbe9db9f6d96afff34691841816ffc
parent140a2aed7e1cecd162cc975b6d745db38b5d8d31
gccrs: ast: Dump raw pointer type

gcc/rust/ChangeLog:

* ast/rust-ast-dump.cc (Dump::visit): Add missing RawPointer visitor.

Signed-off-by: Jakub Dupak <dev@jakubdupak.com>
gcc/rust/ast/rust-ast-dump.cc