From 2d9e36d51f76445ea7f459b6c454750110a65df0 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Tue, 19 Mar 2019 17:47:55 -0400 Subject: WIP: NoExtCon (#15247) [ci skip] --- compiler/rename/RnFixity.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/rename/RnFixity.hs') diff --git a/compiler/rename/RnFixity.hs b/compiler/rename/RnFixity.hs index 1fa81c8fc2..665d87747b 100644 --- a/compiler/rename/RnFixity.hs +++ b/compiler/rename/RnFixity.hs @@ -211,4 +211,4 @@ lookupFieldFixityRn (Ambiguous _ lrdr) = get_ambiguous_fixity (unLoc lrdr) format_ambig (elt, fix) = hang (ppr fix) 2 (pprNameProvenance elt) -lookupFieldFixityRn (XAmbiguousFieldOcc{}) = panic "lookupFieldFixityRn" +lookupFieldFixityRn (XAmbiguousFieldOcc nec) = noExtCon nec -- cgit v1.2.1