diff options
-rw-r--r-- | gcc/rust/rust-gcc.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/rust/rust-gcc.cc b/gcc/rust/rust-gcc.cc index c8eee0f..c172917 100644 --- a/gcc/rust/rust-gcc.cc +++ b/gcc/rust/rust-gcc.cc @@ -1778,8 +1778,6 @@ Gcc_backend::call_expression (tree fn, const std::vector<tree> &fn_args, for (size_t i = 0; i < nargs; ++i) { args[i] = fn_args.at (i); - if (args[i] == error_mark_node) - return error_mark_node; } tree fndecl = fn; |