From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x436.google.com (mail-wr1-x436.google.com [IPv6:2a00:1450:4864:20::436]) by sourceware.org (Postfix) with ESMTPS id A689C38493CD for ; Tue, 21 Feb 2023 12:04:28 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A689C38493CD 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-x436.google.com with SMTP id c5so4851414wrr.5 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=yIq+tlIsJxDwj/LedZRgpSeYQk9+oIyYvTiz17neZuXI/v5OF05gKrCVqKnqNQwQHH OEm2l6EdjXz+0Ri7M4zcj6QYx2tlJ7TUWtr+jmL8xDcRo7VsyY0NYDojuPRQfdlzw4X8 1XqJyNlaBw8HRZZgVPeUpQ4wpajm+CXpbxup9XXL43bAs9OLy9MQQ/7/rqVzsgc5IUtA E5BoBvvsm4y62ExuHM13JJhV6zAeHZ55yg7Y7AV1mPt29ibWvPP5+nUZGcfhR0eU/NVv MuKkrWNJLkuINFZpwzvHPCC4Gh1mb4EeSgvKMesC5pAhoTggpDpHK7XKKJGOWTFPtQU6 Ju1A== X-Gm-Message-State: AO0yUKWgNgB0sWN37Ad6+RrrwhoVNzz6ZHV75xn7ToPiQMKrAIydSvZy MGpu6z7BSreQQRRdH7Q+pHntcL/nWkPMitz10Q== 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.3 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=unavailable 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