Skip to content

Commit 7a2ac0c

Browse files
committed
Added start of last text block
The start of the last text block in references was missing, I added it.
1 parent 3906edf commit 7a2ac0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/doc/trpl/references-and-borrowing.md

+1
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
^

0 commit comments

Comments
 (0)