gccrs: Add Rust type information
authorPhilip Herron <philip.herron@embecosm.com>
Fri, 21 Oct 2022 11:53:58 +0000 (13:53 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 13 Dec 2022 13:00:06 +0000 (14:00 +0100)
commit24393cb68faadda19c9f0ba12b9bba501e8e4ff8
treed1595bae8f743fe2cbf995fa8bb70a5589246a18
parentc6c3db21769e8455f38e0d6ce004c44521aad7bd
gccrs: Add Rust type information

Contains abstractions over Rust's types, used when performing the
HIR's type-resolution.

gcc/rust/
* typecheck/rust-tyty.cc: New.
* typecheck/rust-tyty.h: New.
gcc/rust/typecheck/rust-tyty.cc [new file with mode: 0644]
gcc/rust/typecheck/rust-tyty.h [new file with mode: 0644]