File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -703,10 +703,10 @@ Other features provided by lang items include:
703703 ` deref ` , and ` add ` respectively.
704704- stack unwinding and general failure; the ` eh_personality ` , ` fail `
705705 and ` fail_bounds_checks ` lang items.
706- - the traits in ` std::markers ` used to indicate types of
706+ - the traits in ` std::marker ` used to indicate types of
707707 various kinds; lang items ` send ` , ` sync ` and ` copy ` .
708708- the marker types and variance indicators found in
709- ` std::markers ` ; lang items ` covariant_type ` ,
709+ ` std::marker ` ; lang items ` covariant_type ` ,
710710 ` contravariant_lifetime ` , ` no_sync_bound ` , etc.
711711
712712Lang items are loaded lazily by the compiler; e.g. if one never uses
Original file line number Diff line number Diff line change 1818//!
1919//! The [`ptr`](ptr/index.html) and [`mem`](mem/index.html)
2020//! modules deal with unsafe pointers and memory manipulation.
21- //! [`markers `](markers /index.html) defines the special built-in traits,
21+ //! [`marker `](marker /index.html) defines the special built-in traits,
2222//! and [`raw`](raw/index.html) the runtime representation of Rust types.
2323//! These are some of the lowest-level building blocks in Rust.
2424//!
You can’t perform that action at this time.
0 commit comments