summaryrefslogtreecommitdiff
path: root/compiler/GHC/Types/Error/Codes.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Types/Error/Codes.hs')
-rw-r--r--compiler/GHC/Types/Error/Codes.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/GHC/Types/Error/Codes.hs b/compiler/GHC/Types/Error/Codes.hs
index 0072f91030..23766a6e87 100644
--- a/compiler/GHC/Types/Error/Codes.hs
+++ b/compiler/GHC/Types/Error/Codes.hs
@@ -502,6 +502,7 @@ type family GhcDiagnosticCode c = n | n -> c where
GhcDiagnosticCode "TcRnBadFamInstDecl" = 06206
GhcDiagnosticCode "TcRnNotOpenFamily" = 06207
GhcDiagnosticCode "TcRnLoopySuperclassSolve" = 36038
+ GhcDiagnosticCode "TcRnDefaultedExceptionContext" = 46235
-- IllegalNewtypeReason
GhcDiagnosticCode "DoesNotHaveSingleField" = 23517