diff options
Diffstat (limited to 'gcc/rust/ast/rust-macro.h')
-rw-r--r-- | gcc/rust/ast/rust-macro.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/rust/ast/rust-macro.h b/gcc/rust/ast/rust-macro.h index d5a753e..1fe7a46 100644 --- a/gcc/rust/ast/rust-macro.h +++ b/gcc/rust/ast/rust-macro.h @@ -394,6 +394,11 @@ public: outer_attrs = std::move (new_attrs); } + NodeId get_pattern_node_id () const override final + { + return ExprWithoutBlock::get_node_id (); + } + protected: /* Use covariance to implement clone function as returning this object rather * than base */ |