summaryrefslogtreecommitdiff
path: root/testsuite/tests/overloadedrecflds/should_fail/T23063.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/overloadedrecflds/should_fail/T23063.stderr')
-rw-r--r--testsuite/tests/overloadedrecflds/should_fail/T23063.stderr12
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/tests/overloadedrecflds/should_fail/T23063.stderr b/testsuite/tests/overloadedrecflds/should_fail/T23063.stderr
new file mode 100644
index 0000000000..89cfdc7a2d
--- /dev/null
+++ b/testsuite/tests/overloadedrecflds/should_fail/T23063.stderr
@@ -0,0 +1,12 @@
+
+T23063.hs:5:7: error: [GHC-88464]
+ • Found hole: _ :: A.S -> Int
+ • In the expression: _ :: A.S -> Int
+ In an equation for ‘baz’: baz = _ :: A.S -> Int
+ • Relevant bindings include
+ baz :: A.S -> Int (bound at T23063.hs:5:1)
+ Valid hole fits include
+ baz :: A.S -> Int (defined at T23063.hs:5:1)
+ A.foo :: A.S -> Int
+ (imported qualified from ‘T23063_aux’ at T23063.hs:3:1-32
+ (and originally defined at T23063_aux.hs:4:16-18))