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 66[ actions-url ] : https://github.com/rust-lang/miri/actions
77
88An 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
1010test suites of cargo projects and detect certain classes of
1111[ undefined behavior] ( https://doc.rust-lang.org/reference/behavior-considered-undefined.html ) ,
1212for example:
@@ -32,7 +32,7 @@ big-endian systems. See
3232[ cross-interpretation] ( #cross-interpretation-running-for-different-targets )
3333below.
3434
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
3636found a bug with Miri, we'd appreciate if you tell us and we'll add it to the
3737list!
3838
@@ -41,7 +41,7 @@ in your program, and cannot run all programs:
4141
4242* There are still plenty of open questions around the basic invariants for some
4343 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
4545 means a guarantee that it is UB-free when these questions get answered.
4646
4747 In particular, Miri does currently not check that integers/floats are
You can’t perform that action at this time.
0 commit comments