aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/backend/rust-compile.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rust/backend/rust-compile.h')
-rw-r--r--gcc/rust/backend/rust-compile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/rust/backend/rust-compile.h b/gcc/rust/backend/rust-compile.h
index 6156f1c..d49b95b 100644
--- a/gcc/rust/backend/rust-compile.h
+++ b/gcc/rust/backend/rust-compile.h
@@ -37,6 +37,8 @@ private:
CompileCrate (HIR::Crate &crate, Context *ctx);
void go ();
+ void add_proc_macro_symbols ();
+
HIR::Crate &crate;
Context *ctx;
};