From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id 5A25E38582BC; Sat, 22 Oct 2022 10:47:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5A25E38582BC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666435676; bh=PsgI/Sqbz5QFerPNLfTqqL3i1yGwiYABbCwPLhpsVLk=; h=From:To:Subject:Date:From; b=rBkmDjVb4kdgpmUvZU2M2jPS4hWs52eob8Ujv1dd2ZF8SWgvV9olmTFxrZRsJR1gk ZVHZuGw20buJz8WU6kKDCZMzPH23ouu+/x9qBb3SPnY6aJRTAafvWfzMEaVsgWKppr 9QMCiqPYcwzZFQNB43Mal0E4nBEh2U0oW8e5snE0= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Thomas Schwinge To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/rust/master] Merge #1549 X-Act-Checkin: gcc X-Git-Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com> X-Git-Refname: refs/heads/devel/rust/master X-Git-Oldrev: 3cedc655c2928707612da663211c0802a8ec9319 X-Git-Newrev: dfb5921b76589c09e7794f5f8010427b93616e9d Message-Id: <20221022104756.5A25E38582BC@sourceware.org> Date: Sat, 22 Oct 2022 10:47:56 +0000 (GMT) List-Id: https://gcc.gnu.org/g:dfb5921b76589c09e7794f5f8010427b93616e9d commit dfb5921b76589c09e7794f5f8010427b93616e9d Merge: 3cedc655c29 15229ea41fa Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com> Date: Thu Oct 20 11:54:07 2022 +0000 Merge #1549 1549: Dump macro declarations properly r=CohenArthur a=CohenArthur Dump `MacroRulesDef` properly Co-authored-by: Arthur Cohen Diff: gcc/rust/ast/rust-ast-dump.cc | 126 +++++++++++++++++++++++++++++++++++++++--- gcc/rust/ast/rust-ast-dump.h | 16 ++++-- gcc/rust/ast/rust-macro.h | 1 + 3 files changed, 131 insertions(+), 12 deletions(-)