aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/rust/ast/rust-expr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rust/ast/rust-expr.h b/gcc/rust/ast/rust-expr.h
index bceef82..1af7296 100644
--- a/gcc/rust/ast/rust-expr.h
+++ b/gcc/rust/ast/rust-expr.h
@@ -4873,6 +4873,7 @@ public:
ExprWithoutBlock *clone_expr_without_block_impl () const override
{
+ rust_unreachable ();
return nullptr;
}
};