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 c79ec34 commit 3314ea6Copy full SHA for 3314ea6
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