Skip to content

Commit

Permalink
Put diagram svg in this repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se committed May 14, 2024
1 parent 36df983 commit db5aeba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion text/3606-temporary-lifetimes-in-tail-expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ In the next edition, drop temporaries in tail expressions *before* dropping loca
and a visualisation of how long x and temp live before and after this change.
Before: x is created first, then temp is created, then x is dropped, then temp is dropped.
After: x is created first, then temp is created, then temp is dropped, then x is dropped.
](https://github.com/rust-lang/rfcs/assets/783247/07adb0c3-af0a-4761-a696-9bddd0b75c62)
](3606-temporary-lifetimes-in-tail-expressions/diagram.svg)

# Motivation

Expand Down
4 changes: 4 additions & 0 deletions text/3606-temporary-lifetimes-in-tail-expressions/diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit db5aeba

Please sign in to comment.