diff options
Diffstat (limited to 'testsuite/tests/deriving/should_fail/T7148a.stderr')
-rw-r--r-- | testsuite/tests/deriving/should_fail/T7148a.stderr | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testsuite/tests/deriving/should_fail/T7148a.stderr b/testsuite/tests/deriving/should_fail/T7148a.stderr index b0f5cbfb68..dfd602bf58 100644 --- a/testsuite/tests/deriving/should_fail/T7148a.stderr +++ b/testsuite/tests/deriving/should_fail/T7148a.stderr @@ -1,5 +1,5 @@ -T7148a.hs:19:50: error: +T7148a.hs:19:50: error: [GHC-10283] • Couldn't match representation of type ‘b’ with that of ‘Result a b’ arising from the coercion of the method ‘coerce’ @@ -7,5 +7,6 @@ T7148a.hs:19:50: error: to type ‘forall b. Proxy b -> IS_NO_LONGER a -> Result (IS_NO_LONGER a) b’ ‘b’ is a rigid type variable bound by - the type Proxy b -> a -> Result a b at T7148a.hs:19:50-56 + the type Proxy b -> a -> Result a b + at T7148a.hs:19:50-56 • When deriving the instance for (Convert (IS_NO_LONGER a)) |