Thanks to visit codestin.com Credit goes to github.com
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 f238bdc commit 12be375Copy full SHA for 12be375
ex3.rs
@@ -0,0 +1,9 @@
1
+// Make me compile!
2
+
3
+struct Foo {
4
+ capacity: i32,
5
+}
6
7
+fn main() {
8
+ println!("{:?}", Foo { capacity: 3 });
9
0 commit comments