summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/T10598_fail2.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/deriving/should_fail/T10598_fail2.stderr')
-rw-r--r--testsuite/tests/deriving/should_fail/T10598_fail2.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/deriving/should_fail/T10598_fail2.stderr b/testsuite/tests/deriving/should_fail/T10598_fail2.stderr
index 7cfcbcdabb..4f9b5d8339 100644
--- a/testsuite/tests/deriving/should_fail/T10598_fail2.stderr
+++ b/testsuite/tests/deriving/should_fail/T10598_fail2.stderr
@@ -1,11 +1,11 @@
-T10598_fail2.hs:5:37: error:
+T10598_fail2.hs:5:37: error: [GHC-38178]
• Can't make a derived instance of
‘Eq A’ with the anyclass strategy:
• In the data declaration for ‘A’
Suggested fix: Perhaps you intended to use DeriveAnyClass
-T10598_fail2.hs:6:37: error:
+T10598_fail2.hs:6:37: error: [GHC-26557]
• Can't make a derived instance of
‘Eq B’ with the newtype strategy:
• In the newtype declaration for ‘B’