Skip to content

Commit 78caf99

Browse files
committed
---
yaml --- r: 188347 b: refs/heads/master c: cb1b0dd h: refs/heads/master i: 188345: 05b7f10 188343: b8e0d30 v: v3
1 parent 6557d00 commit 78caf99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 0d5bcb14adb71900a99f06b92485de7e019734c2
2+
refs/heads/master: cb1b0dd589c80c3edb94b8982ea33e000978f572
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 3a96d6a9818fe2affc98a187fb1065120458cee9
55
refs/heads/try: 649d35e4d830b27806705dc5352c86ab6d6fd1a1

trunk/src/doc/trpl/pointers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ fn main() {
709709
one_hundred: 100,
710710
});
711711

712-
let y = box foo(x);
712+
let y: Box<BigStruct> = box foo(x);
713713
}
714714
```
715715

0 commit comments

Comments
 (0)