diff options
Diffstat (limited to 'testsuite/tests/module/T11970.stderr')
-rw-r--r-- | testsuite/tests/module/T11970.stderr | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testsuite/tests/module/T11970.stderr b/testsuite/tests/module/T11970.stderr index 246dd7db4c..34f76c9fd2 100644 --- a/testsuite/tests/module/T11970.stderr +++ b/testsuite/tests/module/T11970.stderr @@ -1,13 +1,12 @@ -T11970.hs:6:40: error: +T11970.hs:6:40: error: [GHC-88993] • The type constructor ‘C’ is not the parent of the record selector ‘recSel’. Record selectors can only be exported with their parent type constructor. Parent: B • In the export: C(C, P, x, Q, B, recSel) -T11970.hs:6:40: error: +T11970.hs:6:40: error: [GHC-88993] • The type constructor ‘C’ is not the parent of the data constructor ‘B’. Data constructors can only be exported with their parent type constructor. Parent: B • In the export: C(C, P, x, Q, B, recSel) - |