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 c3a9e4d commit 24824dbCopy full SHA for 24824db
[refs]
@@ -34,5 +34,5 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
34
refs/heads/beta: 522d09dfecbeca1595f25ac58c6d0178bbd21d7d
35
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
36
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
37
-refs/heads/tmp: 0d5bcb14adb71900a99f06b92485de7e019734c2
+refs/heads/tmp: cb1b0dd589c80c3edb94b8982ea33e000978f572
38
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
branches/tmp/src/doc/trpl/pointers.md
@@ -709,7 +709,7 @@ fn main() {
709
one_hundred: 100,
710
});
711
712
- let y = box foo(x);
+ let y: Box<BigStruct> = box foo(x);
713
}
714
```
715
0 commit comments