From 2f62e331a2fc59ef8c94b840c75b6f549d01bbd7 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sat, 28 Oct 2017 22:30:57 +0800 Subject: Expand - Recurse when expanding in patterns --- src/resolve/absolute.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resolve/absolute.cpp') diff --git a/src/resolve/absolute.cpp b/src/resolve/absolute.cpp index f3c68ffb..e9cf274e 100644 --- a/src/resolve/absolute.cpp +++ b/src/resolve/absolute.cpp @@ -1803,7 +1803,7 @@ void Resolve_Absolute_Pattern(Context& context, bool allow_refutable, ::AST::Pa } ), (Macro, - BUG(pat.span(), "Resolve_Absolute_Pattern - Encountered Macro"); + BUG(pat.span(), "Resolve_Absolute_Pattern - Encountered Macro - " << pat); ), (Any, // Ignore '_' -- cgit v1.2.3