summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_fail/T14845_fail1.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/dependent/should_fail/T14845_fail1.stderr')
-rw-r--r--testsuite/tests/dependent/should_fail/T14845_fail1.stderr7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/dependent/should_fail/T14845_fail1.stderr b/testsuite/tests/dependent/should_fail/T14845_fail1.stderr
new file mode 100644
index 0000000000..c1f1c8605d
--- /dev/null
+++ b/testsuite/tests/dependent/should_fail/T14845_fail1.stderr
@@ -0,0 +1,7 @@
+
+T14845_fail1.hs:10:13: error:
+ • Data constructor ‘S’ cannot be used here
+ (it has an unpromotable context ‘cls a’)
+ • In the first argument of ‘Foo’, namely ‘(S :: Struct Eq a)’
+ In the type ‘Foo (S :: Struct Eq a)’
+ In the definition of data constructor ‘F’