]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: collector: Add generic to inherent impl block
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Wed, 28 Jun 2023 12:23:56 +0000 (14:23 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 16 Jan 2024 17:49:33 +0000 (18:49 +0100)
commitbe6fd5da6842eebeb077461ad6ca25d414684be6
tree9f724765aae383c6b73c05dc2eb0838e5c6ef7e6
parent3b58924a75ce0b6f4d2f9d6f481d21e9fb595313
gccrs: collector: Add generic to inherent impl block

Generic in inherent impl block were did not output at all.

gcc/rust/ChangeLog:

* ast/rust-ast-collector.cc (TokenCollector::visit): Output
generic in inherent impl.

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