summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T22513e.stderr
blob: 2598537d1d4fd63b65ba10f5e0f0e56e7ddfa760 (plain)
1
2
3
4
5
6
7
T22513e.hs:3:14: warning: [GHC-54201] [-Wterm-variable-capture]
    The type variable ‘id’ is implicitly quantified,
    even though another variable of the same name is in scope:
      ‘id’ imported from ‘Prelude’ at T22513e.hs:1:8-14
           (and originally defined in ‘GHC.Base’)
    This is not forward-compatible with a planned GHC extension, RequiredTypeArguments.
    Suggested fix: Consider renaming the type variable.