summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod39.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/module/mod39.stderr')
-rw-r--r--testsuite/tests/module/mod39.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/module/mod39.stderr b/testsuite/tests/module/mod39.stderr
index d54a231152..2d093f36a4 100644
--- a/testsuite/tests/module/mod39.stderr
+++ b/testsuite/tests/module/mod39.stderr
@@ -1,7 +1,7 @@
-mod39.hs:4:17: error:
+mod39.hs:4:17: error: [GHC-25079]
• Constraint ‘Eq a’ in the type of ‘f’
constrains only the class type variables
- Enable ConstrainedClassMethods to allow it
• When checking the class method: f :: forall a. (C a, Eq a) => a
In the class declaration for ‘C’
+ Suggested fix: Perhaps you intended to use ConstrainedClassMethods