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 61e95a9bf6d Merge #1296 new 2fe0a4da436 parser: Refactor generic parameter parsing new b9013bda082 ast: Add get_kind() virtual function for GenericParam class new 8e22742c9ad parser: Error out if the order of lifetimes and generic typ [...] new 44f2de02d47 Merge #1312
The 4 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/ast/rust-ast.h | 11 + gcc/rust/ast/rust-item.h | 2 + gcc/rust/parse/rust-parse-impl.h | 403 +++++++------------------------ gcc/rust/parse/rust-parse.h | 4 +- gcc/testsuite/rust/compile/generics13.rs | 1 + 5 files changed, 106 insertions(+), 315 deletions(-) create mode 100644 gcc/testsuite/rust/compile/generics13.rs