diff options
Diffstat (limited to 'gcc/rust/resolve/rust-ast-resolve-stmt.h')
-rw-r--r-- | gcc/rust/resolve/rust-ast-resolve-stmt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/rust/resolve/rust-ast-resolve-stmt.h b/gcc/rust/resolve/rust-ast-resolve-stmt.h index 3afed53..c8d42bc 100644 --- a/gcc/rust/resolve/rust-ast-resolve-stmt.h +++ b/gcc/rust/resolve/rust-ast-resolve-stmt.h @@ -406,6 +406,8 @@ public: resolver->get_label_scope ().pop (); } + void visit (AST::ExternBlock &extern_block) override; + private: ResolveStmt (NodeId parent, const CanonicalPath &prefix, const CanonicalPath &canonical_prefix, |