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 88ffdd0 commit 9c12d3dCopy full SHA for 9c12d3d
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 511c053856b67b81309bfd362c0c53452da062b1
+refs/heads/master: 0daa4fb1c42c26b7b958e15b31e634f73215e4ff
trunk/doc/rust.texi
@@ -1877,7 +1877,7 @@ iter range(int lo, int hi) -> int @{
1877
@}
1878
1879
let sum: int = 0;
1880
-for each (int x in range(0,100)) @{
+for each (x: int in range(0,100)) @{
1881
sum += x;
1882
1883
@end example
0 commit comments