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
#[allow(rustc::potential_query_instability)]// Span labels will be sorted by the rendering
432
438
for span in v.adts_with_manual_partialeq{
433
439
err.span_note(span,"the `PartialEq` trait must be derived, manual `impl`s are not sufficient; see https://doc.rust-lang.org/stable/std/marker/trait.StructuralPartialEq.html for details");
0 commit comments