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.
2 parents 7fa08d5 + 936149f commit 6c065b6Copy full SHA for 6c065b6
src/librustc/diagnostics.rs
@@ -1337,7 +1337,7 @@ explanatory comments for the same example:
1337
1338
// `for`-loops use a protocol based on the `Iterator`
1339
// trait. Each item yielded in a `for` loop has the
1340
- // type `Iterator::Item` -- that is,I `Item` is the
+ // type `Iterator::Item` -- that is, `Item` is the
1341
// associated type of the concrete iterator impl.
1342
for v in &vs {
1343
// ~ ~~~
0 commit comments