From 1b9ddc724051a678035b0b51e2e3932f01838a5e Mon Sep 17 00:00:00 2001 From: Philip Herron Date: Tue, 26 Oct 2021 14:26:33 +0100 Subject: TyTy add bounds in debug string --- gcc/rust/typecheck/rust-tyty.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/rust') 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 -- cgit v1.1