diff options
Diffstat (limited to 'gcc/rust/backend/rust-compile-var-decl.h')
-rw-r--r-- | gcc/rust/backend/rust-compile-var-decl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/rust/backend/rust-compile-var-decl.h b/gcc/rust/backend/rust-compile-var-decl.h index 7bc37eb..c431edd 100644 --- a/gcc/rust/backend/rust-compile-var-decl.h +++ b/gcc/rust/backend/rust-compile-var-decl.h @@ -72,8 +72,7 @@ public: private: CompileVarDecl (Context *ctx, tree fndecl) - : HIRCompileBase (ctx), fndecl (fndecl), - translated_type (ctx->get_backend ()->error_type ()), + : HIRCompileBase (ctx), fndecl (fndecl), translated_type (error_mark_node), compiled_variable (ctx->get_backend ()->error_variable ()) {} |