diff options
Diffstat (limited to 'gdb/rust-lang.c')
-rw-r--r-- | gdb/rust-lang.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/rust-lang.c b/gdb/rust-lang.c index fc48e34..881698a 100644 --- a/gdb/rust-lang.c +++ b/gdb/rust-lang.c @@ -2154,6 +2154,7 @@ extern const struct language_defn rust_language_defn = rust_print_type, /* Print a type using appropriate syntax */ rust_print_typedef, /* Print a typedef using appropriate syntax */ rust_val_print, /* Print a value using appropriate syntax */ + nullptr, /* la_value_print_inner */ c_value_print, /* Print a top-level value */ default_read_var_value, /* la_read_var_value */ NULL, /* Language specific skip_trampoline */ |