summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/ExplicitForAllRules1.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_compile/ExplicitForAllRules1.stderr')
-rw-r--r--testsuite/tests/rename/should_compile/ExplicitForAllRules1.stderr7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_compile/ExplicitForAllRules1.stderr b/testsuite/tests/rename/should_compile/ExplicitForAllRules1.stderr
index 5852074450..88c7e7c771 100644
--- a/testsuite/tests/rename/should_compile/ExplicitForAllRules1.stderr
+++ b/testsuite/tests/rename/should_compile/ExplicitForAllRules1.stderr
@@ -1,4 +1,11 @@
+ExplicitForAllRules1.hs:46:31: 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_’.
+
ExplicitForAllRules1.hs:49:31: warning: [-Wunused-foralls (in -Wextra)]
Unused quantified type variable ‘b’
In the rewrite rule "example7"