about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorFlorian Hahn <flo@fhahn.com>2014-09-21 23:35:43 +0200
committerFlorian Hahn <flo@fhahn.com>2014-09-25 01:09:09 +0200
commit1c7d253ca3601d2f9caddc52e66bfc1de3bdd441 (patch)
tree4d28ead07c0451d6038972ed6517a817e7230554 /src/doc
parent45f4081e61a1a15e2b5b9c5a09976fddffdac9dc (diff)
Rename `fail_` lang item to `fail`, closes #16114
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/guide-unsafe.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/guide-unsafe.md b/src/doc/guide-unsafe.md
index e152f16b7a2..ba79e828150 100644
--- a/src/doc/guide-unsafe.md
+++ b/src/doc/guide-unsafe.md
@@ -706,7 +706,7 @@ Other features provided by lang items include:
   `==`, `<`, dereferencing (`*`) and `+` (etc.) operators are all
   marked with lang items; those specific four are `eq`, `ord`,
   `deref`, and `add` respectively.
-- stack unwinding and general failure; the `eh_personality`, `fail_`
+- stack unwinding and general failure; the `eh_personality`, `fail`
   and `fail_bounds_checks` lang items.
 - the traits in `std::kinds` used to indicate types that satisfy
   various kinds; lang items `send`, `sync` and `copy`.