diff options
Diffstat (limited to 'testsuite/tests/partial-sigs/should_fail/UnnamedConstraintWildcard1.stderr')
-rw-r--r-- | testsuite/tests/partial-sigs/should_fail/UnnamedConstraintWildcard1.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/partial-sigs/should_fail/UnnamedConstraintWildcard1.stderr b/testsuite/tests/partial-sigs/should_fail/UnnamedConstraintWildcard1.stderr index 9efcdb8641..8576e0f5df 100644 --- a/testsuite/tests/partial-sigs/should_fail/UnnamedConstraintWildcard1.stderr +++ b/testsuite/tests/partial-sigs/should_fail/UnnamedConstraintWildcard1.stderr @@ -1,5 +1,5 @@ -UnnamedConstraintWildcard1.hs:4:13: error: +UnnamedConstraintWildcard1.hs:4:13: error: [GHC-65507] Wildcard ‘_’ not allowed in a constraint except as the last top-level constraint of a type signature e.g f :: (Eq a, _) => blah |