diff options
Diffstat (limited to 'gcc/rust/hir/tree/rust-hir-expr.h')
-rw-r--r-- | gcc/rust/hir/tree/rust-hir-expr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/rust/hir/tree/rust-hir-expr.h b/gcc/rust/hir/tree/rust-hir-expr.h index a0858a3..9c66f3e 100644 --- a/gcc/rust/hir/tree/rust-hir-expr.h +++ b/gcc/rust/hir/tree/rust-hir-expr.h @@ -3878,9 +3878,9 @@ public: std::vector<location_t> line_spans; - void accept_vis (HIRExpressionVisitor &vis) override{}; + void accept_vis (HIRExpressionVisitor &vis) override; - void accept_vis (HIRFullVisitor &vis) override{}; + void accept_vis (HIRFullVisitor &vis) override; std::string as_string () const override { return "InlineAsm HIR Node"; } |