From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id 50859384BC02; Tue, 14 Jun 2022 14:25:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 50859384BC02 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 #1296 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: 1c679d7f42834a72956d6fb39c8d298dd6dc4b4e X-Git-Newrev: 61e95a9bf6d4e8cc4de7b2d2b4c1ac989fa76836 Message-Id: <20220614142525.50859384BC02@sourceware.org> Date: Tue, 14 Jun 2022 14:25:25 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jun 2022 14:25:25 -0000 https://gcc.gnu.org/g:61e95a9bf6d4e8cc4de7b2d2b4c1ac989fa76836 commit 61e95a9bf6d4e8cc4de7b2d2b4c1ac989fa76836 Merge: 1c679d7f428 88db3982bc2 Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com> Date: Tue Jun 14 12:29:33 2022 +0000 Merge #1296 1296: Ast dump trait impl r=CohenArthur a=CohenArthur Needs #1295 This adds the dumping of trait implementations for types. However, it is incomplete as I don't believe we can yet handle associated types and associated constants properly? Am I looking in the wrong place? Will dig deeper, but opening for any early review. Co-authored-by: Arthur Cohen Diff: gcc/rust/ast/rust-ast-dump.cc | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-)