Skip to content

Commit 57f2d0a

Browse files
authored
Merge pull request rust-lang#219 from RalfJung/stacked-borrows
Stacked Borrows: link to paper
2 parents 0b85a44 + 8a388a6 commit 57f2d0a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

wip/stacked-borrows.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
This is not a guide!
66
It is more of a reference.
7-
For more background, see the following blog-posts:
7+
For more background, see the [paper on Stacked Borrows](https://plv.mpi-sws.org/rustbelt/stacked-borrows/).
8+
9+
Stacked Borrows is also the subject of the following blog-posts:
810

911
* [Stacked Borrows 0.1](https://www.ralfj.de/blog/2018/08/07/stacked-borrows.html) is the initial idea of what Stacked Borrows might look like before anything got implemented. This post is interesting for some of the historical context it gives, but is largely superseded by the next post.
1012
* [Stacked Borrows 1.0](https://www.ralfj.de/blog/2018/11/16/stacked-borrows-implementation.html) is the first version that got implemented. This post is a self-contained, improved introduction to Stacked Borrows.

0 commit comments

Comments
 (0)