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 b1c9ac14a06 Merge #1367 new b941670e38d typecheck: Refactor TypeCheckTopLevel class new 33eb5c938ac Merge #1371
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-toplevel.cc | 384 ++++++++++++++++ gcc/rust/typecheck/rust-hir-type-check-toplevel.h | 490 +-------------------- 3 files changed, 402 insertions(+), 473 deletions(-) create mode 100644 gcc/rust/typecheck/rust-hir-type-check-toplevel.cc