summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T20609d.stderr
blob: e4829f2d2d294d5ed60679f375dc85b181bc9050 (plain)
1
2
3
4
5
6
7

T20609d.hs:6:3: warning: [GHC-64088] [-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_’.