We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe1bf8e commit 010a6f9Copy full SHA for 010a6f9
src/doc/unstable-book/src/language-features/lang-items.md
@@ -66,7 +66,7 @@ Other features provided by lang items include:
66
marked with lang items; those specific four are `eq`, `ord`,
67
`deref`, and `add` respectively.
68
- stack unwinding and general failure; the `eh_personality`,
69
- `panic` and `panic_bounds_checks` lang items.
+ `panic` and `panic_bounds_check` lang items.
70
- the traits in `std::marker` used to indicate types of
71
various kinds; lang items `send`, `sync` and `copy`.
72
- the marker types and variance indicators found in
0 commit comments