summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_compile/T14658.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/partial-sigs/should_compile/T14658.stderr')
-rw-r--r--testsuite/tests/partial-sigs/should_compile/T14658.stderr9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/tests/partial-sigs/should_compile/T14658.stderr b/testsuite/tests/partial-sigs/should_compile/T14658.stderr
new file mode 100644
index 0000000000..7c76ea24e2
--- /dev/null
+++ b/testsuite/tests/partial-sigs/should_compile/T14658.stderr
@@ -0,0 +1,9 @@
+
+T14658.hs:9:28: warning: [-Wpartial-type-signatures (in -Wdefault)]
+ • Found extra-constraints wildcard standing for ‘Eq a’
+ Where: ‘a’ is a rigid type variable bound by
+ the inferred type of
+ foo :: (?loc::CallStack, Eq a) => a -> a -> Bool
+ at T14658.hs:9:1-47
+ • In the type signature:
+ foo :: (?loc :: CallStack, _) => a -> a -> Bool