File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,9 @@ for example:
15
15
or an invalid enum discriminant)
16
16
* WIP: Violations of the rules governing aliasing for reference types
17
17
18
- Miri has already discovered some [ real-world bugs] ( #bugs-found-by-miri ) .
18
+ Miri has already discovered some [ real-world bugs] ( #bugs-found-by-miri ) . If you
19
+ found a bug with Miri, we'd appreciate if you tell us and we'll add it to the
20
+ list!
19
21
20
22
[ rust ] : https://www.rust-lang.org/
21
23
[ mir ] : https://github.com/rust-lang/rfcs/blob/master/text/1211-mir.md
@@ -50,6 +52,11 @@ Now you can run your project in Miri:
50
52
3 . If you have a binary project, you can run it through Miri using `cargo
51
53
+nightly miri run`.
52
54
55
+ The first time you run Miri, it will perform some extra setup and install some
56
+ dependencies. It will ask you for confirmation before installing anything. If
57
+ you run Miri on CI, run ` cargo +nightly miri setup ` to avoid getting interactive
58
+ questions.
59
+
53
60
You can pass arguments to Miri after the first ` -- ` , and pass arguments to the
54
61
interpreted program or test suite after the second ` -- ` . For example, `cargo
55
62
+nightly miri run -- -Zmiri-disable-validation` runs the program without
You can’t perform that action at this time.
0 commit comments