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 e4cdb24c468 Merge #1391 new 64f69dbca26 hir: Add missing visitor for ConstGenericParam new 43cd742e348 typecheck: Add base for resolving const generic params and [...] new 6920d2294b3 Merge #1373
The 3 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/hir/rust-hir-dump.cc | 4 ++++ gcc/rust/hir/rust-hir-dump.h | 1 + gcc/rust/hir/tree/rust-hir-full-decls.h | 1 + gcc/rust/hir/tree/rust-hir-visitor.h | 2 ++ gcc/rust/hir/tree/rust-hir.h | 10 ++++++++++ gcc/rust/typecheck/rust-hir-type-check-toplevel.cc | 20 ++++++++++++++++++-- gcc/testsuite/rust/compile/const_generics_6.rs | 2 ++ 7 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/rust/compile/const_generics_6.rs