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");
Copy file name to clipboardExpand all lines: tests/ui/consts/const_in_pattern/non_structural_with_escaping_bounds.stderr
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,6 @@ LL | C => (),
8
8
| ^ constant of non-structural type
9
9
|
10
10
= note: see https://doc.rust-lang.org/stable/std/marker/trait.StructuralPartialEq.html for details
11
-
= note: `std::alloc::Global` must be annotated with `#[derive(PartialEq)]` to be usable in patterns
0 commit comments