]> gcc.gnu.org Git - gcc.git/commit
gccrs: Add definitions of Rust Items in AST data structures
authorJoel Phillips <simplytheother@gmail.com>
Fri, 21 Oct 2022 12:35:09 +0000 (14:35 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 13 Dec 2022 13:00:03 +0000 (14:00 +0100)
commit438ae944fa60a3d6442822cf7b41d95c47714582
treecff6715cbfc37d23c85fbbdd809b3ce92f5182dc
parent6b35ae12ce9371bf0ae7ad202c4393cdd77fad55
gccrs: Add definitions of Rust Items in AST data structures

This adds the proper definitions of our AST Item nodes.

gcc/rust/
* ast/rust-item.h: New.

Co-authored-by: Philip Herron <philip.herron@embecosm.com>
Signed-off-by: Joel Phillips <simplytheother@gmail.com>
gcc/rust/ast/rust-item.h [new file with mode: 0644]
This page took 0.05898 seconds and 6 git commands to generate.