File tree 1 file changed +2
-2
lines changed
src/test/ui/on-unimplemented
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ note: required by a bound in `std::iter::Iterator::sum`
14
14
--> $SRC_DIR/core/src/iter/traits/iterator.rs:LL:COL
15
15
|
16
16
LL | S: Sum<Self::Item>,
17
- | ^^^^^^^^^^^^^^^ required by this bound in `std::iter:: Iterator::sum`
17
+ | ^^^^^^^^^^^^^^^ required by this bound in `Iterator::sum`
18
18
19
19
error[E0277]: a value of type `i32` cannot be made by multiplying all elements of type `&()` from an iterator
20
20
--> $DIR/sum.rs:7:5
@@ -32,7 +32,7 @@ note: required by a bound in `std::iter::Iterator::product`
32
32
--> $SRC_DIR/core/src/iter/traits/iterator.rs:LL:COL
33
33
|
34
34
LL | P: Product<Self::Item>,
35
- | ^^^^^^^^^^^^^^^^^^^ required by this bound in `std::iter:: Iterator::product`
35
+ | ^^^^^^^^^^^^^^^^^^^ required by this bound in `Iterator::product`
36
36
37
37
error: aborting due to 2 previous errors
38
38
You can’t perform that action at this time.
0 commit comments