diff options
Diffstat (limited to 'testsuite/tests/partial-sigs/should_fail/T11515.stderr')
-rw-r--r-- | testsuite/tests/partial-sigs/should_fail/T11515.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/partial-sigs/should_fail/T11515.stderr b/testsuite/tests/partial-sigs/should_fail/T11515.stderr index 389b1331b3..c113d8ad6a 100644 --- a/testsuite/tests/partial-sigs/should_fail/T11515.stderr +++ b/testsuite/tests/partial-sigs/should_fail/T11515.stderr @@ -1,5 +1,5 @@ T11515.hs:7:20: error: [GHC-88464] - • Found extra-constraints wildcard standing for ‘()’ + • Found extra-constraints wildcard standing for ‘() :: Constraint’ To use the inferred type, enable PartialTypeSignatures • In the type signature: foo :: (ShowSyn a, _) => a -> String |