diff options
Diffstat (limited to 'testsuite/tests/rebindable/rebindable12.stderr')
-rw-r--r-- | testsuite/tests/rebindable/rebindable12.stderr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/rebindable/rebindable12.stderr b/testsuite/tests/rebindable/rebindable12.stderr new file mode 100644 index 0000000000..722a95c293 --- /dev/null +++ b/testsuite/tests/rebindable/rebindable12.stderr @@ -0,0 +1,4 @@ +rebindable12.hs:11:5: error: [-Wmissing-monadfail-instances (in -Wcompat), -Werror=missing-monadfail-instances] + The failable pattern ‘Just x’ + is used together with -XRebindableSyntax. If this is intentional, + compile with -Wno-missing-monadfail-instances. |