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.
2 parents 1062816 + e843077 commit e59f9cbCopy full SHA for e59f9cb
README.md
@@ -3,7 +3,8 @@
3
4
An experimental interpreter for [Rust][rust]'s
5
[mid-level intermediate representation][mir] (MIR). It can run binaries and
6
-test suites of cargo projects and detect certain classes of undefined behavior,
+test suites of cargo projects and detect certain classes of
7
+[undefined behavior](https://doc.rust-lang.org/reference/behavior-considered-undefined.html),
8
for example:
9
10
* Out-of-bounds memory accesses and use-after-free
0 commit comments