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 54cc32a + 3314ea6 commit 4e3881eCopy full SHA for 4e3881e
src/primitives/array.md
@@ -63,7 +63,7 @@ fn main() {
63
}
64
65
66
- // Out of bound indexing on array causes compile time error.
+ // Out of bound indexing on array with constant value causes compile time error.
67
//println!("{}", xs[5]);
68
// Out of bound indexing on slice causes runtime error.
69
//println!("{}", xs[..][5]);
0 commit comments