We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade2cf8 commit 17350deCopy full SHA for 17350de
src/test/ui/issues/issue-3044.stderr
@@ -11,7 +11,7 @@ LL | | });
11
note: associated function defined here
12
--> $SRC_DIR/core/src/iter/traits/iterator.rs:LL:COL
13
|
14
-LL | fn fold<B, F>(mut self, init: B, mut f: F) -> B
+LL | fn fold<B, F>(self, init: B, f: F) -> B
15
| ^^^^
16
17
error: aborting due to previous error
0 commit comments