diff options
author | Krzysztof Gogolewski <krzysztof.gogolewski@tweag.io> | 2022-02-21 02:09:49 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-02-22 16:30:59 -0500 |
commit | ace66decb46541a33cddc9f91a4221e3dad8b537 (patch) | |
tree | d04853f7b054028356216fef39b0bef1c70a5c36 /testsuite/tests/rename | |
parent | 0b36801f8eec9b9a7cc512135a13eaf89da370a2 (diff) | |
download | haskell-ace66decb46541a33cddc9f91a4221e3dad8b537.tar.gz |
Remove -Wunticked-promoted-constructors from -Wall
Update manual; explain ticks as optional disambiguation
rather than the preferred default.
This is a part of #20531.
Diffstat (limited to 'testsuite/tests/rename')
-rw-r--r-- | testsuite/tests/rename/should_compile/T9778.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/rename/should_compile/T9778.stderr b/testsuite/tests/rename/should_compile/T9778.stderr index 9fcc9ece34..99b93c104c 100644 --- a/testsuite/tests/rename/should_compile/T9778.stderr +++ b/testsuite/tests/rename/should_compile/T9778.stderr @@ -1,4 +1,4 @@ -T9778.hs:8:10: warning: [-Wunticked-promoted-constructors (in -Wall)] +T9778.hs:8:10: warning: [-Wunticked-promoted-constructors] Unticked promoted constructor: ‘A’. Suggested fix: Use ‘'A’ instead of ‘A’. |