From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x331.google.com (mail-wm1-x331.google.com [IPv6:2a00:1450:4864:20::331]) by sourceware.org (Postfix) with ESMTPS id 4961B385116F for ; Wed, 5 Apr 2023 14:06:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 4961B385116F 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-wm1-x331.google.com with SMTP id i5-20020a05600c354500b003edd24054e0so23810555wmq.4 for ; Wed, 05 Apr 2023 07:06:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; t=1680703568; 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=YQt1VzdknakxWtmv6fQvcSdTZ/2tdcwjslN8FHS7ldI=; b=ae2iu1itEaETemudjBiVPkssuCrYsvlo/caVu822pR46mbzvv8+NTMLJ2rl4rgYs3O Jx8VJFcspdH3dgZYpuIuXZ0OGnq6ktMdQz/ZyQYAnCHHyjRuZeNA+eordazIXU2T/9gG 1i3nPaFyE0adI71L8bSpa6I3FuqfW/gB5feVz4VmZ0kaZwdE3SwmOsnZuHES7cV/th1l 0NDrp58dQB4UuPlb5REiMtfztvo652qFOa/eTQmO6a2c/y5m26k8KMmLpjbTBx5Faqq9 +Z2TicSBYXy01APaSW/J13WZNCBiZIbClNeOERbO9zDsOdbFBfrkLnpMqt0td6FFCuuc dhRw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680703568; 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=YQt1VzdknakxWtmv6fQvcSdTZ/2tdcwjslN8FHS7ldI=; b=12khQrHooHCkbgpM4MdzxwmMjpiZahjkJDCKvx9EqeudJZCgDdUFOLEy2i4I8EoULj Bp1SkFzAUClqBh9Da6Bk4LuGmM39zF9mjVbnUou8rIVc311fr+MuNJiwK244v2xFDRxQ JrKP098wIhKnBkHEO4TBb+RPhliFO9gmcl5WJqw2Yf93YV16Fej7QgF6aBOl/ILOU1/p FLr+LyM8Se7OB4PiTAxiYcH5GdjgT/kVSDzZrcnHEanoUCjV6FVGRE5IWj5OinG0sVNt Q0Sftfzlvq1d/MNVz1Fc/B5Gu1zkpFsvoUBgjoB/tvStpF63fMTr40vdRbgY09YQePJb zWwQ== X-Gm-Message-State: AAQBX9cJkln10GgkjLOzvdu0FeW1PwqNqDIrkwTXxhvIdjhlsgKfpNjj JNiR0QdqVTQ8CCVYoDAA3OKN X-Google-Smtp-Source: AKy350YkPhFYotK8fLjJK/TEtQM/1sAtFjuBySzT9GSmq2TIlcApMPuAk4WXBAFS2yIPLDn2igXM4Q== X-Received: by 2002:a7b:c3ce:0:b0:3f0:310c:e3cf with SMTP id t14-20020a7bc3ce000000b003f0310ce3cfmr4670008wmj.37.1680703568175; Wed, 05 Apr 2023 07:06:08 -0700 (PDT) Received: from platypus.localdomain ([62.23.166.218]) by smtp.gmail.com with ESMTPSA id ay8-20020a05600c1e0800b003edddae1068sm2330150wmb.9.2023.04.05.07.06.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 05 Apr 2023 07:06:07 -0700 (PDT) From: arthur.cohen@embecosm.com To: gcc-patches@gcc.gnu.org Cc: gcc-rust@gcc.gnu.org, Arthur Cohen Subject: [committed 57/88] gccrs: rust-item: include rust-expr.h Date: Wed, 5 Apr 2023 16:03:41 +0200 Message-Id: <20230405140411.3016563-58-arthur.cohen@embecosm.com> X-Mailer: git-send-email 2.40.0 In-Reply-To: <20230405140411.3016563-1-arthur.cohen@embecosm.com> References: <20230405140411.3016563-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.6 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: Arthur Cohen gcc/rust/ChangeLog: * ast/rust-item.h (class BlockExpr): Remove forward declaration of class `BlockExpr`. --- gcc/rust/ast/rust-item.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/rust/ast/rust-item.h b/gcc/rust/ast/rust-item.h index 37ed2beabfc..51ed815c700 100644 --- a/gcc/rust/ast/rust-item.h +++ b/gcc/rust/ast/rust-item.h @@ -22,11 +22,11 @@ #include "rust-ast.h" #include "rust-path.h" #include "rust-common.h" +#include "rust-expr.h" namespace Rust { namespace AST { // forward decls -class BlockExpr; class TypePath; // TODO: inline? -- 2.40.0