From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x433.google.com (mail-wr1-x433.google.com [IPv6:2a00:1450:4864:20::433]) by sourceware.org (Postfix) with ESMTPS id 5E42B3881D14 for ; Tue, 21 Feb 2023 12:04:28 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 5E42B3881D14 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=embecosm.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=embecosm.com Received: by mail-wr1-x433.google.com with SMTP id j2so3984176wrh.9 for ; Tue, 21 Feb 2023 04:04:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; h=content-transfer-encoding:mime-version:reply-to:references :in-reply-to:message-id:date:subject:cc:to:from:from:to:cc:subject :date:message-id:reply-to; bh=fyKICt+4TiK9BChXFRyg7ODWF5w2yKwl7iEPs1xHLCk=; b=Mbjm1N91br4u9D7D2GzemLlDIBnpfIq4eJO9a76WhokJdXwWcav4OYYKwuvu+TuFe5 fuKaOf6H5YfPYlF7rPBlUtcVPZE5zA4UH5cUAGpglQMY5VWtYVbkf+7lzyW36bgGvDja 9kUcpNMMl80iVyjnc7TssZxMog2uGtxRXYYQg8Fo4ooKWyMEFI5uV1UY41xlB9paASMU KJkXFg2iJBOBKXOEgjdnscUJ8ENmnv8f9plfA09jgvIQm85qh6wug/Ks3AOXgt0uEZ1v FhJ2xDqCBMFjdYYH+77AZP+IWL8GxUZ2AC+NJwVAn+zQ+MxOE+5VpY+rvtCXrsDaFXBy /Wcg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:reply-to:references :in-reply-to:message-id:date:subject:cc:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=fyKICt+4TiK9BChXFRyg7ODWF5w2yKwl7iEPs1xHLCk=; b=M/tK8cubt7hF2RPlck1Ngafpjk00tuLrr/viD06q8b2cDI85I+R9Vzl4YdGlqOfoyd NlPSFh29TpK/Zgul8j9SPpoEDbaUIzg3PZiisl7NoV1AN0uQte9XErEPdWij5MXishUE GJc1zznN2uLt8hx6XoypWQqBMt/oBG6nKC9fKRMoR48spFrQtRPMc55Rrw9VG4Iyr4gz q6sozolGKRidkA4WJgT80xpFlqUYLaeicrE6X4CCfgrU8acoYWWyaG4TxkxQjA532gw/ OoZ6MB9H0Reyi28rmEgCJWuGIAdDIyaF+aG5Ug7EYxXAuKrH8NFlYxHAdFEvYN0tmOvl vwJA== X-Gm-Message-State: AO0yUKXE1ImY5vCS03E5mojIMK50Dwn4HOtSxsOAt8sc1IZiOBS/IWbY 7ATq5s3SLLVHD90iFFMtjRE0wep1KL3f6f3feA== X-Google-Smtp-Source: AK7set/3dj+0SOkyC4XUvCs0qRwVUXCe/4IVFcWGvHaFxwPMu7CGoO+tEZvUN2YzooRDhwqlGUt3kw== X-Received: by 2002:a5d:654f:0:b0:2c5:4b93:ee44 with SMTP id z15-20020a5d654f000000b002c54b93ee44mr4582028wrv.60.1676981067986; Tue, 21 Feb 2023 04:04:27 -0800 (PST) Received: from platypus.localdomain ([62.23.166.218]) by smtp.gmail.com with ESMTPSA id c15-20020adffb4f000000b002c55b0e6ef1sm5013811wrs.4.2023.02.21.04.04.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 21 Feb 2023 04:04:27 -0800 (PST) From: arthur.cohen@embecosm.com To: gcc-patches@gcc.gnu.org Cc: gcc-rust@gcc.gnu.org, Jakub Dupak Subject: [committed 079/103] gccrs: ast: Dump inferred type Date: Tue, 21 Feb 2023 13:02:09 +0100 Message-Id: <20230221120230.596966-80-arthur.cohen@embecosm.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230221120230.596966-1-arthur.cohen@embecosm.com> References: <20230221120230.596966-1-arthur.cohen@embecosm.com> Reply-To: arthur.cohen@embecosm.com MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-14.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: From: Jakub Dupak gcc/rust/ChangeLog: * ast/rust-ast-dump.cc (Dump::visit): Add missing visitor. Signed-off-by: Jakub Dupak --- gcc/rust/ast/rust-ast-dump.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/rust/ast/rust-ast-dump.cc b/gcc/rust/ast/rust-ast-dump.cc index 9393f957aa2..a37d5addbc4 100644 --- a/gcc/rust/ast/rust-ast-dump.cc +++ b/gcc/rust/ast/rust-ast-dump.cc @@ -1661,6 +1661,9 @@ Dump::visit (SliceType &type) void Dump::visit (InferredType &) { + // Syntax: + // _ + stream << "_"; } -- 2.39.1