From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id 9FD953858CDA; Mon, 30 Jan 2023 17:25:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9FD953858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675099504; bh=rD2CwQbYndUktwapFDQ04aQ1fgzoQftN6EM1Ipoz3JQ=; h=From:To:Subject:Date:From; b=ay7A/+8G+otudfV+EFkje5n9fLMROfwe1D177tsNBSgp8/XDdk1Vk9vP1eDj/VXSX jSGYJxAaddUhqDvfgVG7DvgkwsnE2bvV8g0eCsOwGrg1u/Fta3hTRH2PJDfmGij/8g TC/qmoGha7tgr9rNnCPT+eecruqm9jxdBrD3pviU= 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 #1776 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: d7c321da9f8fdee4527285c782db57c7c4d520e4 X-Git-Newrev: 026e20b1dcc4765f17d593031fe8c1114e4bfaa5 Message-Id: <20230130172504.9FD953858CDA@sourceware.org> Date: Mon, 30 Jan 2023 17:25:04 +0000 (GMT) List-Id: https://gcc.gnu.org/g:026e20b1dcc4765f17d593031fe8c1114e4bfaa5 commit 026e20b1dcc4765f17d593031fe8c1114e4bfaa5 Merge: d7c321da9f8 d17212591af Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com> Date: Mon Jan 30 13:27:16 2023 +0000 Merge #1776 1776: fixed compiler error message on wildcard pattern within expression r=CohenArthur a=00AR Signed-off-by: Abdul Rafey fixed compiler error message on wildcard pattern '_' within expression. Added a new testcase for the same. #867 Co-authored-by: Abdul Rafey Diff: gcc/rust/parse/rust-parse-impl.h | 6 ++++++ gcc/testsuite/rust/compile/issue-867.rs | 8 ++++++++ 2 files changed, 14 insertions(+)