]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Add proc macros abstractions to crate structure
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Mon, 31 Jul 2023 16:31:51 +0000 (18:31 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 16 Jan 2024 18:04:33 +0000 (19:04 +0100)
commit5ea74345459e72a8cd5b9ff00d78428893251edd
tree54c3393a75110c6b4eeb7270f72f0c24612e20cb
parent7c265ce70b5104b6c6ea2ec0efe3b0f47ea0bbb8
gccrs: Add proc macros abstractions to crate structure

Add multiple setters for a crate object in order to add macro
abstractions previously introduced.

gcc/rust/ChangeLog:

* ast/rust-ast.h (struct Crate): Add proc macro members.

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