Skip to content

Commit

Permalink
Added start of last text block
Browse files Browse the repository at this point in the history
The start of the last text block in references was missing, I added it.
  • Loading branch information
sindreij committed May 9, 2015
1 parent 3906edf commit 7a2ac0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/doc/trpl/references-and-borrowing.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ println!("{}", y);

We get this error:

```text
error: `x` does not live long enough
y = &x;
^
Expand Down

0 comments on commit 7a2ac0c

Please sign in to comment.