diff options
| author | Hugo Herbelin | 2020-07-29 10:59:40 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2020-10-05 16:19:12 +0200 |
| commit | ed8c756d58f24645a05c4cafcdc3e260f75e8b24 (patch) | |
| tree | 55ec7627a9e920a59db57333fa4950a883742eed | |
| parent | 2fb42ce6b9b74a2c5f66e9fa9cb16745cdb85687 (diff) | |
Change log for #12768.
Co-authored-by: Jim Fehrle <jim.fehrle@gmail.com>
| -rw-r--r-- | doc/changelog/02-specification-language/12768-master+warn-non-underscore-catch-all-pattern-matching.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/changelog/02-specification-language/12768-master+warn-non-underscore-catch-all-pattern-matching.rst b/doc/changelog/02-specification-language/12768-master+warn-non-underscore-catch-all-pattern-matching.rst new file mode 100644 index 0000000000..c9e941743c --- /dev/null +++ b/doc/changelog/02-specification-language/12768-master+warn-non-underscore-catch-all-pattern-matching.rst @@ -0,0 +1,7 @@ +- **Added:** + Warning on unused variables in pattern-matching branches of + :n:`match` serving as catch-all branches for at least two distinct + patterns. + (`#12768 <https://github.com/coq/coq/pull/12768>`_, + fixes `#12762 <https://github.com/coq/coq/issues/12762>`_, + by Hugo Herbelin). |
