gccrs: ast: dump assignment and compound assignment expr
authorDavid Faust <david.faust@oracle.com>
Wed, 5 Oct 2022 17:10:18 +0000 (10:10 -0700)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 21 Feb 2023 11:36:32 +0000 (12:36 +0100)
commit980bd25e25600b438680bc8ff69afc42d9718d94
treedd3ced6e07eeb03df07bd53ceb090d626aedde73
parentd072b4a5164e1a1b5db06a7a6213c6182550cd94
gccrs: ast: dump assignment and compound assignment expr

gcc/rust/ChangeLog:

* ast/rust-ast-dump.cc (Dump::visit): Dump assignment and compound
assignment expressions.
gcc/rust/ast/rust-ast-dump.cc