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`
250
250
251
251
mir_build_nontrivial_structural_match =
252
-
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)]`
252
+
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)]`
253
253
254
254
mir_build_pattern_not_covered = refutable pattern in {$origin}
255
255
.pattern_ty = the matched value is of type `{$pattern_ty}`
0 commit comments