This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/rust/master in repository gcc.
from 29d594e263f Merge #1353 new 9cc83569d19 typecheck: Move TypeCheckItem into source and header file new aafb11016d0 Merge #1359
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/rust/Make-lang.in | 1 + gcc/rust/typecheck/rust-hir-type-check-item.cc | 226 +++++++++++++++++++++++++ gcc/rust/typecheck/rust-hir-type-check-item.h | 196 +-------------------- 3 files changed, 232 insertions(+), 191 deletions(-) create mode 100644 gcc/rust/typecheck/rust-hir-type-check-item.cc