]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: collector: Add variadics to collector output
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Wed, 28 Jun 2023 13:12:11 +0000 (15:12 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 16 Jan 2024 17:49:33 +0000 (18:49 +0100)
commitd862c1bbcf407135cfe481bca7c41c2a48af32db
tree1fb7aab9e1d4086f80b901d218e9a83fbe1a65b1
parent06594902eb755557a4f2f1cc81dfa901681efed1
gccrs: collector: Add variadics to collector output

Variadics were missing from collector output for external functions.

gcc/rust/ChangeLog:

* ast/rust-ast-collector.cc (TokenCollector::visit): Add
variadics in collector output.

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
gcc/rust/ast/rust-ast-collector.cc