diff options
-rw-r--r-- | gcc/rust/typecheck/rust-tyty.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rust/typecheck/rust-tyty.h b/gcc/rust/typecheck/rust-tyty.h index aa24464..ef37dc6 100644 --- a/gcc/rust/typecheck/rust-tyty.h +++ b/gcc/rust/typecheck/rust-tyty.h @@ -380,7 +380,7 @@ public: std::string debug_str () const { return TypeKindFormat::to_string (get_kind ()) + ":" + as_string () + ":" - + mappings_str (); + + mappings_str () + ":" + bounds_as_string (); } void debug () const |