diff options
Diffstat (limited to 'gcc/rust/ast/rust-macro.h')
-rw-r--r-- | gcc/rust/ast/rust-macro.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rust/ast/rust-macro.h b/gcc/rust/ast/rust-macro.h index 490e812..435ecb1 100644 --- a/gcc/rust/ast/rust-macro.h +++ b/gcc/rust/ast/rust-macro.h @@ -668,7 +668,7 @@ public: outer_attrs = std::move (new_attrs); } - NodeId get_pattern_node_id () const override final + NodeId get_node_id () const override final { return ExprWithoutBlock::get_node_id (); } |