projects
/
web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45bd287
)
fix installation command
author
Ralf Jung
<post@ralfj.de>
Fri, 28 Dec 2018 17:15:43 +0000
(18:15 +0100)
committer
Ralf Jung
<post@ralfj.de>
Fri, 28 Dec 2018 17:15:43 +0000
(18:15 +0100)
personal/_posts/2018-12-26-stacked-borrows-barriers.md
patch
|
blob
|
history
diff --git
a/personal/_posts/2018-12-26-stacked-borrows-barriers.md
b/personal/_posts/2018-12-26-stacked-borrows-barriers.md
index a598903f7ecbb78c57b3d56a0362463cc408e6ce..d384a025a2f46dd1d9f3981eeb1867ba41d32373 100644
(file)
--- a/
personal/_posts/2018-12-26-stacked-borrows-barriers.md
+++ b/
personal/_posts/2018-12-26-stacked-borrows-barriers.md
@@
-152,7
+152,7
@@
Finally, I decided to spend some time making Miri easier to install and use and
Now all you have to do is run
```
-cargo +nightly install --
git https://github.com/solson/miri/
miri
+cargo +nightly install --
force --git https://github.com/solson/miri
miri
```
and then go to your project directory and run `cargo +nightly miri test` (you may have to `cargo clean` first to make sure all your dependencies are built the right way for Miri).