aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/hir/tree/rust-hir-full-decls.h
diff options
context:
space:
mode:
authorbadumbatish <tanghocle456@gmail.com>2024-08-19 16:39:11 -0700
committerArthur Cohen <arthur.cohen@embecosm.com>2025-03-19 15:32:04 +0100
commit9ba10b08213a25854909836660f28914149d723b (patch)
treec3b4f0e15674daaeca82f38b28fbfc8e5bbbea4f /gcc/rust/hir/tree/rust-hir-full-decls.h
parent96cd17a73132873458989c4928e8189a8764e48d (diff)
downloadgcc-9ba10b08213a25854909836660f28914149d723b.zip
gcc-9ba10b08213a25854909836660f28914149d723b.tar.gz
gcc-9ba10b08213a25854909836660f28914149d723b.tar.bz2
gccrs: Fix the disorder struct and class in inline asm
gcc/rust/ChangeLog: * ast/rust-ast-full-decls.h (struct InlineAsmOperand): Change to class (class InlineAsmOperand): Change from struct * hir/tree/rust-hir-full-decls.h (struct InlineAsmRegOrRegClass): Removed from decl, used from AST (struct AnonConst): new decl from rust-hir-expr.h (class InlineAsmOperand): new decl from rust-hir-expr.h
Diffstat (limited to 'gcc/rust/hir/tree/rust-hir-full-decls.h')
-rw-r--r--gcc/rust/hir/tree/rust-hir-full-decls.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/rust/hir/tree/rust-hir-full-decls.h b/gcc/rust/hir/tree/rust-hir-full-decls.h
index efe7c45..64be7bf 100644
--- a/gcc/rust/hir/tree/rust-hir-full-decls.h
+++ b/gcc/rust/hir/tree/rust-hir-full-decls.h
@@ -125,7 +125,8 @@ class AwaitExpr;
class AsyncBlockExpr;
class InlineAsmReg;
class InlineAsmRegClass;
-struct InlineAsmRegOrRegClass;
+struct AnonConst;
+class InlineAsmOperand;
class InlineAsm;
// rust-stmt.h