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
to use a constant of type `{$non_peq_ty}` in a pattern, the type must implement `PartialEq`
255
255
256
256
mir_build_nontrivial_structural_match =
257
-
to use a constant of type `{$non_sm_ty}` in a pattern, the constant's initializer must be trivial or `{$non_sm_ty}` must be annotated with `#[derive(PartialEq, Eq)]`
257
+
to use a constant of type `{$non_sm_ty}` in a pattern, the constant's initializer must be trivial or `{$non_sm_ty}` must be annotated with `#[derive(PartialEq)]`
258
258
259
259
mir_build_pattern_not_covered = refutable pattern in {$origin}
260
260
.pattern_ty = the matched value is of type `{$pattern_ty}`
0 commit comments