Skip to content

Commit 2ef3999

Browse files
committed
README
1 parent e3527fd commit 2ef3999

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ for example:
1515
or an invalid enum discriminant)
1616
* WIP: Violations of the rules governing aliasing for reference types
1717

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!
1921

2022
[rust]: https://www.rust-lang.org/
2123
[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:
5052
3. If you have a binary project, you can run it through Miri using `cargo
5153
+nightly miri run`.
5254

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+
5360
You can pass arguments to Miri after the first `--`, and pass arguments to the
5461
interpreted program or test suite after the second `--`. For example, `cargo
5562
+nightly miri run -- -Zmiri-disable-validation` runs the program without

0 commit comments

Comments
 (0)