From: Ralf Jung Date: Wed, 26 Dec 2018 16:01:03 +0000 (+0100) Subject: advertise Miri a bit more X-Git-Url: https://git.ralfj.de/web.git/commitdiff_plain/8f86a17ac63242f48437c48eb8b1ce1c6653d921?ds=sidebyside advertise Miri a bit more --- diff --git a/ralf/_posts/2018-12-26-stacked-borrows-barriers.md b/ralf/_posts/2018-12-26-stacked-borrows-barriers.md index 085a97a..e68663d 100644 --- a/ralf/_posts/2018-12-26-stacked-borrows-barriers.md +++ b/ralf/_posts/2018-12-26-stacked-borrows-barriers.md @@ -8,6 +8,9 @@ Neither project is by any means "done", of course. However, both have reached a fairly reasonable state, so I felt some kind of closing report made sense. Also, if I ever want to finish my PhD, I'll have to seriously scale down the amount of time I work on Rust -- so at least from my side, things will move more slowly from now on. +In particular, installing Miri and running your test suite in it is now just a single command away! +Scroll all the way down if you are not interested in the rest. + ## Stacked Borrows Tweaks