gccrs: ast: Dump no comma after self in fn params if it is the last one
authorJakub Dupak <dev@jakubdupak.com>
Wed, 16 Nov 2022 13:16:51 +0000 (14:16 +0100)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 21 Feb 2023 11:36:50 +0000 (12:36 +0100)
commit567494f7030b45e79b33ab38ba769826e370280e
tree431a7936fa3d667db9e4d6d4a56217a494e58a52
parent0e44abb1b5095e00662c6c4980a1339b590449e0
gccrs: ast: Dump no comma after self in fn params if it is the last one

gcc/rust/ChangeLog:

* ast/rust-ast-dump.cc (Dump::visit): Fix dumping of fn params.

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