diff options
Diffstat (limited to 'testsuite/tests/deriving/should_fail/T2721.stderr')
-rw-r--r-- | testsuite/tests/deriving/should_fail/T2721.stderr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/deriving/should_fail/T2721.stderr b/testsuite/tests/deriving/should_fail/T2721.stderr new file mode 100644 index 0000000000..03339d3bfa --- /dev/null +++ b/testsuite/tests/deriving/should_fail/T2721.stderr @@ -0,0 +1,6 @@ +
+T2721.hs:15:28:
+ Can't make a derived instance of `C N'
+ (even with cunning newtype deriving):
+ the class has associated types
+ In the newtype declaration for `N'
|