]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Use AssociatedItem in place of TraitItem
authorKushal Pal <kushalpal109@gmail.com>
Wed, 24 Jan 2024 11:33:09 +0000 (17:03 +0530)
committerArthur Cohen <arthur.cohen@embecosm.com>
Wed, 7 Feb 2024 11:40:23 +0000 (12:40 +0100)
commit4287f316e48398832aae30e288af887198206c68
tree8d6790d21a16b7d427441fa170e5811e75bced0f
parent72a0554c7a269efeb6bb5462c3968f40fdf88fc2
gccrs: Use AssociatedItem in place of TraitItem

gcc/rust/ChangeLog:

* ast/rust-ast.h: Replace TraitItem with AssociatedItem.
* ast/rust-item.h (class Trait): Likewise.
* expand/rust-expand-visitor.cc (ExpandVisitor::visit):
Likewise.
* parse/rust-parse-impl.h (Parser::parse_trait): Likewise.
* parse/rust-parse.h: Likewise.

Signed-off-by: Kushal Pal <kushalpal109@gmail.com>
gcc/rust/ast/rust-ast.h
gcc/rust/ast/rust-item.h
gcc/rust/expand/rust-expand-visitor.cc
gcc/rust/parse/rust-parse-impl.h
gcc/rust/parse/rust-parse.h