summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail127.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail127.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail127.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail127.stderr b/testsuite/tests/typecheck/should_fail/tcfail127.stderr
index cf027ad131..4312175ce2 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail127.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail127.stderr
@@ -1,5 +1,5 @@
-tcfail127.hs:3:8: error:
+tcfail127.hs:3:8: error: [GHC-91510]
• Illegal qualified type: Num a => a -> a
• In the type signature: foo :: IO (Num a => a -> a)
Suggested fix: Perhaps you intended to use ImpredicativeTypes