diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2020-11-04 16:01:35 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-01-17 05:46:09 -0500 |
commit | d930687a073f4209e6dd028363039a5869296d74 (patch) | |
tree | 25f61eddbea82df2ee4a1b406616cfe0744a1ea5 /testsuite/tests/patsyn | |
parent | 9fa3428967c777ea8801a13e427b20ff4c4d0d59 (diff) | |
download | haskell-d930687a073f4209e6dd028363039a5869296d74.tar.gz |
Show missing field types (#18869)
Diffstat (limited to 'testsuite/tests/patsyn')
-rw-r--r-- | testsuite/tests/patsyn/should_compile/T11283.stderr | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/patsyn/should_compile/T11283.stderr b/testsuite/tests/patsyn/should_compile/T11283.stderr index 15b5bd033c..5339bd699a 100644 --- a/testsuite/tests/patsyn/should_compile/T11283.stderr +++ b/testsuite/tests/patsyn/should_compile/T11283.stderr @@ -1,5 +1,6 @@ T11283.hs:6:5: warning: [-Wmissing-fields (in -Wdefault)] - • Fields of ‘S’ not initialised: x + • Fields of ‘S’ not initialised: + x :: Bool • In the expression: S {..} In an equation for ‘e’: e = S {..} |