Skip to content

Commit 17547af

Browse files
committed
fix rebase
1 parent 3ad7131 commit 17547af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/ui/on-unimplemented/sum.stderr

+2-2
Original file line numberDiff line numberDiff 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
|
1616
LL | S: Sum<Self::Item>,
17-
| ^^^^^^^^^^^^^^^ required by this bound in `std::iter::Iterator::sum`
17+
| ^^^^^^^^^^^^^^^ required by this bound in `Iterator::sum`
1818

1919
error[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
|
3434
LL | P: Product<Self::Item>,
35-
| ^^^^^^^^^^^^^^^^^^^ required by this bound in `std::iter::Iterator::product`
35+
| ^^^^^^^^^^^^^^^^^^^ required by this bound in `Iterator::product`
3636

3737
error: aborting due to 2 previous errors
3838

0 commit comments

Comments
 (0)