]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: collector: Change match arm format
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Wed, 28 Jun 2023 11:12:07 +0000 (13:12 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 16 Jan 2024 17:49:33 +0000 (18:49 +0100)
commitaf07e6032f651d406c04255be68be2f9d1af0811
tree864df18e759a07fb6df59c1cf418cdb3de420eaa
parent1083826a89e22c736a80ed93ba9c10c426cff59d
gccrs: collector: Change match arm format

Match arm were not readable with previous format options.

gcc/rust/ChangeLog:

* ast/rust-ast-collector.cc (TokenCollector::visit): Change
formatting.

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