diff options
Diffstat (limited to 'testsuite/tests/generics/GenCannotDoRep1_6.stderr')
-rw-r--r-- | testsuite/tests/generics/GenCannotDoRep1_6.stderr | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/generics/GenCannotDoRep1_6.stderr b/testsuite/tests/generics/GenCannotDoRep1_6.stderr index 04d88bf90e..1ba8ae73c6 100644 --- a/testsuite/tests/generics/GenCannotDoRep1_6.stderr +++ b/testsuite/tests/generics/GenCannotDoRep1_6.stderr @@ -1,6 +1,6 @@ -GenCannotDoRep1_6.hs:9:43: - Can't make a derived instance of ‘Generic1 T’: - Constructor ‘T’ applies a type to an argument involving the last parameter - but the applied type is not of kind * -> * - In the data declaration for ‘T’ +GenCannotDoRep1_6.hs:9:43: error: [GHC-30367] + • Can't make a derived instance of ‘Generic1 T’: + Constructor ‘T’ applies a type to an argument involving the last parameter + but the applied type is not of kind * -> * + • In the data declaration for ‘T’ |