summaryrefslogtreecommitdiff
path: root/testsuite/tests/gadt/T18191.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/gadt/T18191.stderr')
-rw-r--r--testsuite/tests/gadt/T18191.stderr10
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/gadt/T18191.stderr b/testsuite/tests/gadt/T18191.stderr
index ce877d0332..8e5662bec3 100644
--- a/testsuite/tests/gadt/T18191.stderr
+++ b/testsuite/tests/gadt/T18191.stderr
@@ -1,24 +1,24 @@
-T18191.hs:6:11: error:
+T18191.hs:6:11: error: [GHC-71492]
• GADT constructor type signature cannot contain nested ‘forall’s or contexts
• In the definition of data constructor ‘MkT’
-T18191.hs:9:11: error:
+T18191.hs:9:11: error: [GHC-71492]
• GADT constructor type signature cannot contain nested ‘forall’s or contexts
• In the definition of data constructor ‘MkS’
-T18191.hs:12:11: error:
+T18191.hs:12:11: error: [GHC-71492]
• GADT constructor type signature cannot contain nested ‘forall’s or contexts
• In the definition of data constructor ‘MkU’
-T18191.hs:15:21: error:
+T18191.hs:15:21: error: [GHC-71492]
• GADT constructor type signature cannot contain nested ‘forall’s or contexts
• In the definition of data constructor ‘MkZ1’
T18191.hs:15:31: error: [GHC-89246]
Record syntax is illegal here: {unZ1 :: (a, b)}
-T18191.hs:16:19: error:
+T18191.hs:16:19: error: [GHC-71492]
• GADT constructor type signature cannot contain nested ‘forall’s or contexts
• In the definition of data constructor ‘MkZ2’