From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id 249B2385439D; Thu, 12 Jan 2023 07:45:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 249B2385439D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673509510; bh=+IM/3wh10qVD8vzKbT7kAZgJa5GGVCW1KZ2JcaHujnQ=; h=From:To:Subject:Date:From; b=jqwXUASldW3rEokDvwdgKvpsBqPQl1lN3w181FGhivoIYtPrHdHkzgWfTTuHd9/jI WmZVMrwUFI8pIzzzv2osaEKs8my8ZCCdBrvZ6H8sfBbVBwBfwhlLeB0xaUz/EpAJX2 7G5aQgqzBwSrBP9RrW6JcLzEc+tuMHn+lxhvN7XU= 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 #1730 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: b6fcee808fd654d2d5c13b87565f1e59cc61a138 X-Git-Newrev: 59cbecb75d3fd270094c2008343bf86f0c3bf80d Message-Id: <20230112074510.249B2385439D@sourceware.org> Date: Thu, 12 Jan 2023 07:45:10 +0000 (GMT) List-Id: https://gcc.gnu.org/g:59cbecb75d3fd270094c2008343bf86f0c3bf80d commit 59cbecb75d3fd270094c2008343bf86f0c3bf80d Merge: b6fcee808fd 97c1308bec6 Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com> Date: Wed Jan 11 11:39:37 2023 +0000 Merge #1730 1730: Improve type checking on let statements r=philberty a=powerboat9 Signed-off-by: Owen Avery --- Improves the typechecking of patterns in let statements. Co-authored-by: Owen Avery Diff: gcc/rust/typecheck/rust-hir-type-check-stmt.cc | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-)