summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T20609d.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_compile/T20609d.stderr')
-rw-r--r--testsuite/tests/rename/should_compile/T20609d.stderr7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_compile/T20609d.stderr b/testsuite/tests/rename/should_compile/T20609d.stderr
new file mode 100644
index 0000000000..8060b3298f
--- /dev/null
+++ b/testsuite/tests/rename/should_compile/T20609d.stderr
@@ -0,0 +1,7 @@
+
+T20609d.hs:6:3: 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_’.