fn is_derive_trait_collision<T>(
    ns: &PerNS<Result<Vec<(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.