public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/rust/master] rust-item: include rust-expr.h
@ 2023-02-13 12:01 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2023-02-13 12:01 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:d555ef1800b8a6bcbd67fafe87e70dba556650bd

commit d555ef1800b8a6bcbd67fafe87e70dba556650bd
Author: Arthur Cohen <arthur.cohen@embecosm.com>
Date:   Tue Jan 17 15:53:00 2023 +0100

    rust-item: include rust-expr.h
    
    gcc/rust/ChangeLog:
    
            * ast/rust-item.h (class BlockExpr): Remove forward declaration of
            class `BlockExpr`.

Diff:
---
 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 206887c01e6..4432ed8fbf8 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?

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-13 12:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-13 12:01 [gcc/devel/rust/master] rust-item: include rust-expr.h Thomas Schwinge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).