summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T5334.stderr
blob: e366873d23dd3c09d63fc8a28d2326d8349cc645 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

T5334.hs:7:5: warning: [GHC-20125] [-Wmissing-fields (in -Wdefault)]
    • Fields of ‘T’ not initialised:
        b :: Int
    • In the expression: T {..}
      In an equation for ‘t’:
          t = T {..}
            where
                a = 1

T5334.hs:14:5: warning: [GHC-20125] [-Wmissing-fields (in -Wdefault)]
    • Fields of ‘S’ not initialised:
        y :: Int
    • In the expression: S {x = 1}
      In an equation for ‘s’: s = S {x = 1}