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 0ae13efb5a6 Merge #1778 new 3630e0e2bf0 macro: Allow builtin `MacroInvocation`s within the AST new d7c321da9f8 Merge #1735 new d17212591af fixed compiler error message on wildcard pattern within expression new 026e20b1dcc Merge #1776
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-macro.h | 110 +++++++++++++++++++++++++----- gcc/rust/expand/rust-attribute-visitor.cc | 2 + gcc/rust/parse/rust-parse-impl.h | 76 ++++++++++----------- gcc/testsuite/rust/compile/issue-867.rs | 8 +++ 4 files changed, 140 insertions(+), 56 deletions(-) create mode 100644 gcc/testsuite/rust/compile/issue-867.rs