diff options
Diffstat (limited to 'testsuite/tests/rename/should_fail/rnfail017.stderr')
-rw-r--r-- | testsuite/tests/rename/should_fail/rnfail017.stderr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_fail/rnfail017.stderr b/testsuite/tests/rename/should_fail/rnfail017.stderr new file mode 100644 index 0000000000..f04b1d0990 --- /dev/null +++ b/testsuite/tests/rename/should_fail/rnfail017.stderr @@ -0,0 +1,8 @@ + +rnfail017.hs:5:10: + Precedence parsing error + cannot mix `+' [infixl 6] and prefix `-' [infixl 6] in the same infix expression + +rnfail017.hs:6:10: + Precedence parsing error + cannot mix `*' [infixl 7] and prefix `-' [infixl 6] in the same infix expression |