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 01c232573e8 Merge #1732 new a194ee1dcbe Support GroupedPattern during name resolution new 7558c183a11 Merge #1760 new fc0c03dcf75 Do not crash on empty macros expand. Fixes #1712 new 6a320bca7be Merge #1763 new ea7893625e8 Add HIR lowering for GroupedPattern new a91b12e2c4c Merge #1769
The 6 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/expand/rust-macro-expand.cc | 2 ++ gcc/rust/hir/rust-ast-lower-pattern.cc | 16 ++++++++++++++++ gcc/rust/hir/rust-ast-lower-pattern.h | 1 + gcc/rust/resolve/rust-ast-resolve-pattern.h | 5 +++++ gcc/testsuite/rust/compile/macro45.rs | 7 +++++++ 5 files changed, 31 insertions(+) create mode 100644 gcc/testsuite/rust/compile/macro45.rs