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 1df328f..0889aae 100644 --- a/gcc/rust/ast/rust-macro.h +++ b/gcc/rust/ast/rust-macro.h @@ -802,7 +802,7 @@ protected: return clone_macro_invocation_impl (); } - ExprWithoutBlock *to_stmt () const override + Expr *to_stmt () const override { auto new_impl = clone_macro_invocation_impl (); |