mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 09:44:08 +00:00
tweak wording
This commit is contained in:
parent
b1009c4aa5
commit
fedca29e69
@ -45,7 +45,7 @@ supports.
|
|||||||
|
|
||||||
### Testing the Miri driver
|
### Testing the Miri driver
|
||||||
|
|
||||||
The Miri driver in the `src/bin/miri.rs` binary is the "heart" of Miri: it is
|
The Miri driver compiled from `src/bin/miri.rs` is the "heart" of Miri: it is
|
||||||
basically a version of `rustc` that, instead of compiling your code, runs it.
|
basically a version of `rustc` that, instead of compiling your code, runs it.
|
||||||
It accepts all the same flags as `rustc` (though the ones only affecting code
|
It accepts all the same flags as `rustc` (though the ones only affecting code
|
||||||
generation and linking obviously will have no effect) [and more][miri-flags].
|
generation and linking obviously will have no effect) [and more][miri-flags].
|
||||||
|
Loading…
Reference in New Issue
Block a user