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 6557d00 commit 78caf99Copy full SHA for 78caf99
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 0d5bcb14adb71900a99f06b92485de7e019734c2
+refs/heads/master: cb1b0dd589c80c3edb94b8982ea33e000978f572
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 3a96d6a9818fe2affc98a187fb1065120458cee9
5
refs/heads/try: 649d35e4d830b27806705dc5352c86ab6d6fd1a1
trunk/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