From a901b985312f70e55834445038c3158af16102b9 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Fri, 8 Sep 2017 12:01:00 +0800 Subject: Typecheck - Various tweaks from librustdoc --- src/mir/helpers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mir/helpers.cpp') diff --git a/src/mir/helpers.cpp b/src/mir/helpers.cpp index 10c9c780..ddab9317 100644 --- a/src/mir/helpers.cpp +++ b/src/mir/helpers.cpp @@ -296,7 +296,7 @@ const ::HIR::TypeRef& MIR::TypeResolve::get_param_type(::HIR::TypeRef& tmp, cons return ty.clone(); } else { - MIR_BUG(*this, "get_const_type - Not a constant"); + MIR_BUG(*this, "get_const_type - Not a constant " << e.p); } ), (ItemAddr, -- cgit v1.2.3