mention ./miri build
This commit is contained in:
parent
d25589f0bd
commit
86c57a8490
1 changed files with 9 additions and 0 deletions
|
|
@ -28,6 +28,15 @@ install that exact version of rustc as a toolchain:
|
|||
|
||||
[`rustup-toolchain-install-master`]: https://github.com/kennytm/rustup-toolchain-install-master
|
||||
|
||||
Now building Miri is just one command away:
|
||||
|
||||
```
|
||||
./miri build
|
||||
```
|
||||
|
||||
Run `./miri` without arguments to see the other commands our build tool
|
||||
supports.
|
||||
|
||||
### Fixing Miri when rustc changes
|
||||
|
||||
Miri is heavily tied to rustc internals, so it is very common that rustc changes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue