X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/3f24eb432a68c5bbec8b408d77f13cb571c49bfa..bfa3f651654789ba700d2368cb7099b3af9c8132:/personal/_posts/2023-06-02-tree-borrows.md 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.