Skip to content

Commit db5aeba

Browse files
committed
Put diagram svg in this repository.
1 parent 36df983 commit db5aeba

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

text/3606-temporary-lifetimes-in-tail-expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In the next edition, drop temporaries in tail expressions *before* dropping loca
1313
and a visualisation of how long x and temp live before and after this change.
1414
Before: x is created first, then temp is created, then x is dropped, then temp is dropped.
1515
After: x is created first, then temp is created, then temp is dropped, then x is dropped.
16-
](https://github.com/rust-lang/rfcs/assets/783247/07adb0c3-af0a-4761-a696-9bddd0b75c62)
16+
](3606-temporary-lifetimes-in-tail-expressions/diagram.svg)
1717

1818
# Motivation
1919

text/3606-temporary-lifetimes-in-tail-expressions/diagram.svg

Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)