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
Copy file name to clipboardexpand all lines: src/test/ui/closures/2229_closure_analysis/match/issue-88331.stderr
+2-2
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ note: `Opcode` defined here
10
10
LL | pub struct Opcode(pub u8);
11
11
| ^^^^^^
12
12
= note: the matched value is of type `Opcode`
13
-
help: ensure that all possible cases are being handled, possibly by adding wildcards or more match arms
13
+
help: ensure that all possible cases are being handledby adding a match arm with a wildcard pattern, a match arm with multiple or-patterns as shown, or multiple match arms
help: ensure that all possible cases are being handled, possibly by adding wildcards or more match arms
31
+
help: ensure that all possible cases are being handledby adding a match arm with a wildcard pattern, a match arm with multiple or-patterns as shown, or multiple match arms
= note: the matched value is of type `Option<i32>`
22
-
help: ensure that all possible cases are being handled, possibly by adding wildcards or more match arms
22
+
help: ensure that all possible cases are being handledby adding a match arm with a wildcard pattern, a match arm with multiple or-patterns as shown, or multiple match arms
0 commit comments