summaryrefslogtreecommitdiff
path: root/testsuite/tests/overloadedrecflds/should_compile/BootFldReexport.stderr
blob: 29d8f451ca84e3f4adbc16388a347cbda74efc1e (plain)
1
2
3
4
5
6
7
8
9
10
11

BootFldReexport.hs:8:9: error: [GHC-87543]
    Ambiguous occurrence ‘fld’
    It could refer to
       either ‘BootFldReexport_N.fld’,
              imported from ‘BootFldReexport_N’ at BootFldReexport.hs:4:5-7
              (and originally defined in ‘BootFldReexport_O’
                 at BootFldReexport_O.hs-boot:4:1-13)
           or the field ‘fld’ of record ‘BootFldReexport_O.O’,
              imported from ‘BootFldReexport_O’ at BootFldReexport.hs:6:5-7
              (and originally defined at BootFldReexport_O.hs:5:16-18)