mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 20:01:22 -05:00
gccrs: rust-item: include rust-expr.h
gcc/rust/ChangeLog: * ast/rust-item.h (class BlockExpr): Remove forward declaration of class `BlockExpr`.
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user