Function rustdoc::passes::collect_intra_doc_links::is_derive_trait_collision
source · fn is_derive_trait_collision<T>(
ns: &PerNS<Result<(Res, T), ResolutionFailure<'_>>>
) -> bool
Expand description
Check for resolve collisions between a trait and its derive.
These are common and we should just resolve to the trait in that case.