We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
./miri cargo
1 parent 5f30655 commit 3ce9420Copy full SHA for 3ce9420
miri
@@ -15,6 +15,9 @@ Just build miri. <flags> are passed to `cargo build`.
15
./miri check <flags>:
16
Just check miri. <flags> are passed to `cargo check`.
17
18
+./miri cargo <flags>:
19
+Run `cargo miri <flags>`.
20
+
21
./miri test <flags>:
22
Build miri, set up a sysroot and then run the test suite. <flags> are passed
23
to the final `cargo test` invocation.
0 commit comments