[Git][ghc/ghc][master] users-guide: Fix directive errors on 8.10
Marge Bot
gitlab at gitlab.haskell.org
Tue May 21 20:57:32 UTC 2019
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
54095bbd by Takenobu Tani at 2019-05-21T20:54:00Z
users-guide: Fix directive errors on 8.10
The following sections are not displayed due to a directive error:
* -Wunused-record-wildcards
* -Wredundant-record-wildcards
I changed the location of the `since` directive.
[skip ci]
- - - - -
1 changed file:
- docs/users_guide/using-warnings.rst
Changes:
=====================================
docs/users_guide/using-warnings.rst
=====================================
@@ -1545,10 +1545,11 @@ of ``-W(no-)*``.
:shortdesc: Warn about record wildcard matches when none of the bound variables
are used.
:type: dynamic
- :since: 8.10.1
:reverse: -Wno-unused-record-wildcards
:category:
+ :since: 8.10.1
+
.. index::
single: unused, warning, record wildcards
@@ -1566,10 +1567,11 @@ of ``-W(no-)*``.
.. ghc-flag:: -Wredundant-record-wildcards
:shortdesc: Warn about record wildcard matches when the wildcard binds no patterns.
:type: dynamic
- :since: 8.10.1
:reverse: -Wno-redundant-record-wildcards
:category:
+ :since: 8.10.1
+
.. index::
single: unused, warning, record wildcards
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/54095bbd3a5481e906b05c80ea68841165c7a2b3
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/54095bbd3a5481e906b05c80ea68841165c7a2b3
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20190521/8b79590f/attachment.html>
More information about the ghc-commits
mailing list