]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: collector: Fix doubled generics
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Wed, 28 Jun 2023 10:43:49 +0000 (12:43 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 16 Jan 2024 17:49:33 +0000 (18:49 +0100)
commit005e4febac01b9e92465e17bc4847e7ef955f0dc
tree87d0f33212177cc5dabae8dc222bbe30e6304288
parent33db2ab974139b01a00bcda11eeb2c9d322e6b55
gccrs: collector: Fix doubled generics

Generics were output two times and binding args were missing in
TypePathSegmentGeneric collection.

gcc/rust/ChangeLog:

* ast/rust-ast-collector.cc (TokenCollector::visit): Fix binding
args.

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