Open
Description
A lot of iterator adapters have specialized implementations for when the underlying iterator implements e.g. TrustedRandomAccess
.Traits like that are marked with #[rustc_specialization_marker]
or #[rustc_unsafe_specialization_marker]
. We should document when to use this, and what it means for stability guarantees.
Metadata
Metadata
Assignees
Labels
No labels