File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -208,19 +208,6 @@ mir_build_irrefutable_let_patterns_while_let = irrefutable `while let` {$count -
208208 } will always match, so the loop will never exit
209209 .help = consider instead using a `loop { " { " } ... { " } " } ` with a `let` inside it
210210
211- mir_build_leading_irrefutable_let_patterns = leading irrefutable { $count ->
212- [ one ] pattern
213- *[ other ] patterns
214- } in let chain
215- .note = { $count ->
216- [ one ] this pattern
217- *[ other ] these patterns
218- } will always match
219- .help = consider moving { $count ->
220- [ one ] it
221- *[ other ] them
222- } outside of the construct
223-
224211mir_build_literal_in_range_out_of_bounds =
225212 literal out of range for `{ $ty } `
226213 .label = this value does not fit into the type `{ $ty } ` whose range is `{ $min } ..={ $max } `
@@ -339,19 +326,6 @@ mir_build_suggest_let_else = you might want to use `let else` to handle the {$co
339326 *[ other ] variants that aren't
340327 } matched
341328
342- mir_build_trailing_irrefutable_let_patterns = trailing irrefutable { $count ->
343- [ one ] pattern
344- *[ other ] patterns
345- } in let chain
346- .note = { $count ->
347- [ one ] this pattern
348- *[ other ] these patterns
349- } will always match
350- .help = consider moving { $count ->
351- [ one ] it
352- *[ other ] them
353- } into the body
354-
355329mir_build_type_not_structural = constant of non-structural type `{ $ty } ` in a pattern
356330 .label = constant of non-structural type
357331mir_build_type_not_structural_def = `{ $ty } ` must be annotated with `#[derive(PartialEq)]` to be usable in patterns
You can’t perform that action at this time.
0 commit comments