]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: ast: Fix tokenstream QualifiedPathInExpression
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Mon, 17 Apr 2023 16:26:03 +0000 (18:26 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 16 Jan 2024 17:34:09 +0000 (18:34 +0100)
commita091ce015fb257d40905e8ca9e62b285c53fcca5
tree39b26902a3e1110951ef745b14a5144ba93b2b53
parenta4bf0b62a6b854df9ebcc54c3802536486852eb1
gccrs: ast: Fix tokenstream QualifiedPathInExpression

The associated type was not kept in the tokenstream.

gcc/rust/ChangeLog:

* ast/rust-ast-tokenstream.cc (TokenStream::visit): Keep
associated type.

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