File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
[ actions-url ] : https://github.com/rust-lang/miri/actions
7
7
8
8
An experimental interpreter for [ Rust] [ rust ] 's
9
- [ mid-level intermediate representation] [ mir ] (MIR). It can run binaries and
9
+ [ mid-level intermediate representation] [ mir ] (MIR). It can run binaries and
10
10
test suites of cargo projects and detect certain classes of
11
11
[ undefined behavior] ( https://doc.rust-lang.org/reference/behavior-considered-undefined.html ) ,
12
12
for example:
@@ -32,7 +32,7 @@ big-endian systems. See
32
32
[ cross-interpretation] ( #cross-interpretation-running-for-different-targets )
33
33
below.
34
34
35
- Miri has already discovered some [ real-world bugs] ( #bugs-found-by-miri ) . If you
35
+ Miri has already discovered some [ real-world bugs] ( #bugs-found-by-miri ) . If you
36
36
found a bug with Miri, we'd appreciate if you tell us and we'll add it to the
37
37
list!
38
38
@@ -41,7 +41,7 @@ in your program, and cannot run all programs:
41
41
42
42
* There are still plenty of open questions around the basic invariants for some
43
43
types and when these invariants even have to hold. Miri tries to avoid false
44
- positives here, so if you program runs fine in Miri right now that is by no
44
+ positives here, so if your program runs fine in Miri right now that is by no
45
45
means a guarantee that it is UB-free when these questions get answered.
46
46
47
47
In particular, Miri does currently not check that integers/floats are
You can’t perform that action at this time.
0 commit comments