You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.cc @matthewjasper
The text was updated successfully, but these errors were encountered: