diff options
Diffstat (limited to 'testsuite/tests/rename/should_fail/T3265.stderr')
-rw-r--r-- | testsuite/tests/rename/should_fail/T3265.stderr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_fail/T3265.stderr b/testsuite/tests/rename/should_fail/T3265.stderr new file mode 100644 index 0000000000..37642ff16b --- /dev/null +++ b/testsuite/tests/rename/should_fail/T3265.stderr @@ -0,0 +1,8 @@ + +T3265.hs:7:8: + Illegal declaration of a type or class operator `:+:' + Use -XTypeOperators to declare operators in type and declarations + +T3265.hs:9:9: + Illegal declaration of a type or class operator `:*:' + Use -XTypeOperators to declare operators in type and declarations |