File tree 2 files changed +3
-3
lines changed
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:
703
703
` deref ` , and ` add ` respectively.
704
704
- stack unwinding and general failure; the ` eh_personality ` , ` fail `
705
705
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
707
707
various kinds; lang items ` send ` , ` sync ` and ` copy ` .
708
708
- the marker types and variance indicators found in
709
- ` std::markers ` ; lang items ` covariant_type ` ,
709
+ ` std::marker ` ; lang items ` covariant_type ` ,
710
710
` contravariant_lifetime ` , ` no_sync_bound ` , etc.
711
711
712
712
Lang items are loaded lazily by the compiler; e.g. if one never uses
Original file line number Diff line number Diff line change 18
18
//!
19
19
//! The [`ptr`](ptr/index.html) and [`mem`](mem/index.html)
20
20
//! 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,
22
22
//! and [`raw`](raw/index.html) the runtime representation of Rust types.
23
23
//! These are some of the lowest-level building blocks in Rust.
24
24
//!
You can’t perform that action at this time.
0 commit comments