From: Ralf Jung Date: Fri, 2 Jun 2023 09:52:53 +0000 (+0200) Subject: add reddit link X-Git-Url: https://git.ralfj.de/web.git/commitdiff_plain/bfa3f651654789ba700d2368cb7099b3af9c8132 add reddit link --- diff --git a/personal/_posts/2023-06-02-tree-borrows.md b/personal/_posts/2023-06-02-tree-borrows.md index 3c4f0c7..e651835 100644 --- a/personal/_posts/2023-06-02-tree-borrows.md +++ b/personal/_posts/2023-06-02-tree-borrows.md @@ -1,6 +1,7 @@ --- title: "From Stacks to Trees: A new aliasing model for Rust" categories: rust research +reddit: /rust/comments/13y8a9b/from_stacks_to_trees_a_new_aliasing_model_for_rust/ --- Since last fall, [Neven](https://perso.crans.org/vanille/) has been doing an internship to develop a new aliasing model for Rust: Tree Borrows.