summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T20609c.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_compile/T20609c.stderr')
-rw-r--r--testsuite/tests/rename/should_compile/T20609c.stderr14
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_compile/T20609c.stderr b/testsuite/tests/rename/should_compile/T20609c.stderr
new file mode 100644
index 0000000000..c22ead3d0b
--- /dev/null
+++ b/testsuite/tests/rename/should_compile/T20609c.stderr
@@ -0,0 +1,14 @@
+
+T20609c.hs:5:22: warning: [-Wforall-identifier (in -Wdefault)]
+ The use of ‘forall’ as an identifier
+ will become an error in a future GHC release.
+ Suggested fix:
+ Consider using another name, such as
+ ‘forAll’, ‘for_all’, or ‘forall_’.
+
+T20609c.hs:7:27: warning: [-Wforall-identifier (in -Wdefault)]
+ The use of ‘forall’ as an identifier
+ will become an error in a future GHC release.
+ Suggested fix:
+ Consider using another name, such as
+ ‘forAll’, ‘for_all’, or ‘forall_’.