summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T15645.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_compile/T15645.stderr')
-rw-r--r--testsuite/tests/typecheck/should_compile/T15645.stderr4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_compile/T15645.stderr b/testsuite/tests/typecheck/should_compile/T15645.stderr
new file mode 100644
index 0000000000..566d6bf18e
--- /dev/null
+++ b/testsuite/tests/typecheck/should_compile/T15645.stderr
@@ -0,0 +1,4 @@
+T15645.hs:8:5: warning: [-Wmissing-monadfail-instances (in -Wcompat)]
+ The failable pattern ‘Just y’
+ is used together with -XRebindableSyntax. If this is intentional,
+ compile with -Wno-missing-monadfail-instances.