]> Git Repo - binutils.git/blobdiff - gdb/rust-lang.h
Automatic date update in version.in
[binutils.git] / gdb / rust-lang.h
index f4c7b7fc1c8005be33becdfad3beb9cc7ffd0648..a1d10263feb3ffc355ad983de1600d7399d0c2c5 100644 (file)
@@ -107,6 +107,13 @@ public:
 
   /* See language.h.  */
 
+  bool can_print_type_offsets () const override
+  {
+    return true;
+  }
+
+  /* See language.h.  */
+
   void print_type (struct type *type, const char *varstring,
                   struct ui_file *stream, int show, int level,
                   const struct type_print_options *flags) const override;
This page took 0.024616 seconds and 4 git commands to generate.