]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: collector: Add where clause to trait impl block
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Wed, 28 Jun 2023 13:25:06 +0000 (15:25 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 16 Jan 2024 17:49:34 +0000 (18:49 +0100)
commit5672275c701f23f448dde625d3c371560d101a94
tree407787776de728f8b689aa0642761fa1ec9f649a
parent032b5f90f2d49a751a99c453be496c0233604390
gccrs: collector: Add where clause to trait impl block

Trait impl block were missing a where clause for their output.

gcc/rust/ChangeLog:

* ast/rust-ast-collector.cc (TokenCollector::visit): Add where
clause.

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