diff options
Diffstat (limited to 'gdb/rust-exp.y')
-rw-r--r-- | gdb/rust-exp.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/rust-exp.y b/gdb/rust-exp.y index 802ccc0..1207d1d 100644 --- a/gdb/rust-exp.y +++ b/gdb/rust-exp.y @@ -2043,7 +2043,7 @@ rust_parser::convert_params_to_types (rust_op_vector *params) if (params != nullptr) { for (const rust_op *op : *params) - result.push_back (convert_ast_to_type (op)); + result.push_back (convert_ast_to_type (op)); } return result; |