]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Remove NodeId member from Identifier
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Thu, 13 Jul 2023 12:50:38 +0000 (14:50 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 16 Jan 2024 17:56:00 +0000 (18:56 +0100)
commit6050e07157ef915460a936452f29bd237f795e5f
tree32ffe6c7cdcd7519b9f01a3c560f8a51c7927cac
parentda58dc1a33dea1fea05636003118ef8d50fdb5f7
gccrs: Remove NodeId member from Identifier

Remove the NodeId member from identifiers. This member did not make
sense and was solely used for procedural macros.

gcc/rust/ChangeLog:

* ast/rust-ast.h: Remove NodeId from identifiers.

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