From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id D3C4C3839068; Tue, 30 Aug 2022 13:43:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D3C4C3839068 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1661866983; bh=606+Z9HCfLDuiE52yOD7OWbUb7mZOm/CpeAv4vT0PZE=; h=From:To:Subject:Date:From; b=UzmNaIO/OIK1ZwvpWvHY8N+EqLFZKqBLZFUI0+HUmV9EghKLPhZGoAnAoTKGXR7rn +TBLNeGvc2U6lJZtY4VXcHZEQwbE7JcNohxljXG4VYztp+jLsgx+4NvxmWQsEAh2XK dtI/j/pDmPQRGCtlYA34sDD8eWMCplv+HOkB2dIg= 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 #1513 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: 64c7a90934f03630356c76d7aa9ba6978ee4e9e6 X-Git-Newrev: be5e11036ef4c292397661a3135825acef9dc2df Message-Id: <20220830134302.D3C4C3839068@sourceware.org> Date: Tue, 30 Aug 2022 13:43:02 +0000 (GMT) List-Id: https://gcc.gnu.org/g:be5e11036ef4c292397661a3135825acef9dc2df commit be5e11036ef4c292397661a3135825acef9dc2df Merge: 64c7a90934f 32be5443e30 Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com> Date: Tue Aug 30 09:04:11 2022 +0000 Merge #1513 1513: macros: Handle matchers properly in repetitions r=CohenArthur a=CohenArthur This fixes an issue encountered when trying to compile libcore 1.29 Co-authored-by: Arthur Cohen Diff: gcc/rust/expand/rust-macro-expand.cc | 14 +++++--- gcc/rust/expand/rust-macro-expand.h | 2 +- gcc/testsuite/rust/compile/macro43.rs | 64 +++++++++++++++++++++++++++++++++++ 3 files changed, 74 insertions(+), 6 deletions(-)