File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/ui/on-unimplemented Expand file tree Collapse file tree 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`
1414 --> $SRC_DIR/core/src/iter/traits/iterator.rs:LL:COL
1515 |
1616LL | S: Sum<Self::Item>,
17- | ^^^^^^^^^^^^^^^ required by this bound in `std::iter:: Iterator::sum`
17+ | ^^^^^^^^^^^^^^^ required by this bound in `Iterator::sum`
1818
1919error[E0277]: a value of type `i32` cannot be made by multiplying all elements of type `&()` from an iterator
2020 --> $DIR/sum.rs:7:5
@@ -32,7 +32,7 @@ note: required by a bound in `std::iter::Iterator::product`
3232 --> $SRC_DIR/core/src/iter/traits/iterator.rs:LL:COL
3333 |
3434LL | P: Product<Self::Item>,
35- | ^^^^^^^^^^^^^^^^^^^ required by this bound in `std::iter:: Iterator::product`
35+ | ^^^^^^^^^^^^^^^^^^^ required by this bound in `Iterator::product`
3636
3737error: aborting due to 2 previous errors
3838
You can’t perform that action at this time.
0 commit comments