Skip to content

Commit 16c3147

Browse files
---
yaml --- r: 208246 b: refs/heads/snap-stage3 c: 25543f3 h: refs/heads/master v: v3
1 parent c25be67 commit 16c3147

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 38a97becdf3e6a6157f6f7ec2d98ade8d8edc193
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 715f7c3cd2af3d54ef79d75fe7b1e820853f08ea
4+
refs/heads/snap-stage3: 25543f38e437f959298238790a3737ff44ab5baf
55
refs/heads/try: 7b4ef47b7805a402d756fb8157101f64880a522f
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/src/doc/trpl/references-and-borrowing.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ println!("{}", y);
312312

313313
We get this error:
314314

315+
```text
315316
error: `x` does not live long enough
316317
y = &x;
317318
^
@@ -347,6 +348,7 @@ println!("{}", y);
347348

348349
We get this error:
349350

351+
```text
350352
error: `x` does not live long enough
351353
y = &x;
352354
^
@@ -366,3 +368,4 @@ statement 1 at 3:14
366368
367369
println!("{}", y);
368370
}
371+
```

0 commit comments

Comments
 (0)