diff options
author | Lynn C. Rees <lcrees@gmail.com> | 2017-11-10 10:13:36 -0700 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-11-10 18:13:36 +0100 |
commit | ae65368a65e1a300afc9f9051839fa25dd67d76e (patch) | |
tree | 86894c77877166deb574aede233610a70a0a4ef4 /doc | |
parent | c7dbbe21070907ab683021767f95a945bcfcb966 (diff) | |
download | Nim-ae65368a65e1a300afc9f9051839fa25dd67d76e.tar.gz |
Link to segfaults in docs (#6645)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lib.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lib.rst b/doc/lib.rst index e32c2b6a9..069fcc87c 100644 --- a/doc/lib.rst +++ b/doc/lib.rst @@ -409,6 +409,9 @@ Miscellaneous * `unittest <unittest.html>`_ Implements a Unit testing DSL. +* `segfaults <segfaults.html>`_ + Turns access violations or segfaults into a ``NilAccessError`` exception. + Modules for JS backend --------------------------- |