gdb: Introduce new language field la_struct_too_deep_ellipsis
[deliverable/binutils-gdb.git] / gdb / rust-lang.c
index 9a123c338ef5c1a6e4a22ad3a5d5c84fd88394bc..8faafd49cddc283854fe9d6be5175f2f0329b563 100644 (file)
@@ -2141,5 +2141,6 @@ extern const struct language_defn rust_language_defn =
   default_search_name_hash,
   &default_varobj_ops,
   NULL,
-  NULL
+  NULL,
+  "{...}"                      /* la_struct_too_deep_ellipsis */
 };
This page took 0.026597 seconds and 4 git commands to generate.