]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/rust-lang.c
Introduce rust_range_operation
[thirdparty/binutils-gdb.git] / gdb / rust-lang.c
index 81b670240f699cf86999586bb7862e6379c5adc4..46eb03e5273d078132509d4f3f8268f9ddeddb27 100644 (file)
@@ -1041,7 +1041,7 @@ rust_evaluate_funcall (struct expression *exp, int *pos, enum noside noside)
 
 /* A helper for rust_evaluate_subexp that handles OP_RANGE.  */
 
-static struct value *
+struct value *
 rust_range (struct type *expect_type, struct expression *exp,
            enum noside noside, enum range_flag kind,
            struct value *low, struct value *high)