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/error-codes/E0004-2.stderr
+6-2
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,12 @@ LL | match x { }
6
6
|
7
7
note: `Option<i32>` defined here
8
8
--> $SRC_DIR/core/src/option.rs:LL:COL
9
-
$SRC_DIR/core/src/option.rs:LL:COL: not covered
10
-
$SRC_DIR/core/src/option.rs:LL:COL: not covered
9
+
::: $SRC_DIR/core/src/option.rs:LL:COL
10
+
|
11
+
= note: not covered
12
+
::: $SRC_DIR/core/src/option.rs:LL:COL
13
+
|
14
+
= note: not covered
11
15
= note: the matched value is of type `Option<i32>`
12
16
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
error[E0599]: the method `collect` exists for struct `Cloned<TakeWhile<&mut std::vec::IntoIter<u8>, [closure@$DIR/issue-31173.rs:7:21: 7:25]>>`, but its trait bounds were not satisfied
0 commit comments