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 f3b2296 commit 6a7c714Copy full SHA for 6a7c714
src/test/run-pass/dvec-index-op.rs
@@ -0,0 +1,6 @@
1
+fn main() {
2
+ let x = dvec::dvec();
3
+ x.push(1);
4
+ io::println(fmt!("%d", x[0]));
5
+}
6
+
0 commit comments