summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_compile/T12845.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/partial-sigs/should_compile/T12845.stderr')
-rw-r--r--testsuite/tests/partial-sigs/should_compile/T12845.stderr9
1 files changed, 5 insertions, 4 deletions
diff --git a/testsuite/tests/partial-sigs/should_compile/T12845.stderr b/testsuite/tests/partial-sigs/should_compile/T12845.stderr
index fb7cc70db4..912784a092 100644
--- a/testsuite/tests/partial-sigs/should_compile/T12845.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/T12845.stderr
@@ -1,7 +1,8 @@
-T12845.hs:18:70: warning: [-Wpartial-type-signatures (in -Wdefault)]
+T12845.hs:18:70: warning: [GHC-88464] [-Wpartial-type-signatures (in -Wdefault)]
• Found extra-constraints wildcard standing for ‘()’
• In the type signature:
- broken :: forall r r' rngs.
- ('(r, r') ~ Head rngs, Bar r r' ~ 'True, _) =>
- Foo r -> Proxy rngs -> ()
+ broken :: forall r r' rngs. ('(r, r') ~ Head rngs,
+ Bar r r' ~ 'True,
+ _) =>
+ Foo r -> Proxy rngs -> ()