Added start of last text block

The start of the last text block in references was missing, I added it.
This commit is contained in:
Sindre Johansen 2015-05-09 13:34:49 +02:00
parent 3906edf41e
commit 7a2ac0cd5a

View File

@ -312,6 +312,7 @@ println!("{}", y);
We get this error:
```text
error: `x` does not live long enough
y = &x;
^