diff options
Diffstat (limited to 'testsuite/tests/deriving/should_fail/deriving-via-fail5.stderr')
-rw-r--r-- | testsuite/tests/deriving/should_fail/deriving-via-fail5.stderr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/deriving/should_fail/deriving-via-fail5.stderr b/testsuite/tests/deriving/should_fail/deriving-via-fail5.stderr index 497e955896..f5783b0a32 100644 --- a/testsuite/tests/deriving/should_fail/deriving-via-fail5.stderr +++ b/testsuite/tests/deriving/should_fail/deriving-via-fail5.stderr @@ -1,5 +1,5 @@ -deriving-via-fail5.hs:8:1: error: +deriving-via-fail5.hs:8:1: error: [GHC-10283] • Couldn't match representation of type ‘a’ with that of ‘b’ arising from a use of ‘GHC.Prim.coerce’ ‘a’ is a rigid type variable bound by @@ -25,7 +25,7 @@ deriving-via-fail5.hs:8:1: error: showsPrec :: Int -> Foo4 a -> ShowS (bound at deriving-via-fail5.hs:8:1) -deriving-via-fail5.hs:8:1: error: +deriving-via-fail5.hs:8:1: error: [GHC-10283] • Couldn't match representation of type ‘a’ with that of ‘b’ arising from a use of ‘GHC.Prim.coerce’ ‘a’ is a rigid type variable bound by @@ -48,7 +48,7 @@ deriving-via-fail5.hs:8:1: error: • Relevant bindings include show :: Foo4 a -> String (bound at deriving-via-fail5.hs:8:1) -deriving-via-fail5.hs:8:1: error: +deriving-via-fail5.hs:8:1: error: [GHC-10283] • Couldn't match representation of type ‘a’ with that of ‘b’ arising from a use of ‘GHC.Prim.coerce’ ‘a’ is a rigid type variable bound by |