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 44f2de02d47 Merge #1312 new 112d4212fc5 parser: Add base for parsing const generic parameters new 08e407e977e Merge #1313
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/parse/rust-parse-impl.h | 568 ++++++++++++++----------- gcc/testsuite/rust/compile/const_generics_1.rs | 19 + gcc/testsuite/rust/compile/const_generics_2.rs | 3 + 3 files changed, 350 insertions(+), 240 deletions(-) create mode 100644 gcc/testsuite/rust/compile/const_generics_1.rs create mode 100644 gcc/testsuite/rust/compile/const_generics_2.rs