summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T9815bghci.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_fail/T9815bghci.stderr')
-rw-r--r--testsuite/tests/rename/should_fail/T9815bghci.stderr5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_fail/T9815bghci.stderr b/testsuite/tests/rename/should_fail/T9815bghci.stderr
new file mode 100644
index 0000000000..9d267cf5fb
--- /dev/null
+++ b/testsuite/tests/rename/should_fail/T9815bghci.stderr
@@ -0,0 +1,5 @@
+
+<interactive>:5:7: [GHC-47217]
+ Illegal `{..}' notation for constructor ‘Arg’
+ Record wildcards may not be used for constructors with unlabelled fields.
+ Possible fix: Remove the `{..}' and add a match for each field of the constructor.