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/pattern/usefulness/doc-hidden-non-exhaustive.stderr
-2
Original file line number
Diff line number
Diff line change
@@ -66,8 +66,6 @@ LL | match None {
66
66
|
67
67
note: `Option<HiddenEnum>` defined here
68
68
--> $SRC_DIR/core/src/option.rs:LL:COL
69
-
|
70
-
= note:
71
69
$SRC_DIR/core/src/option.rs:LL:COL: not covered
72
70
= note: the matched value is of type `Option<HiddenEnum>`
73
71
help: ensure that all possible cases are being handled by adding a match arm with a wildcard pattern, a match arm with multiple or-patterns as shown, or multiple match arms
0 commit comments