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.
1 parent 1062816 commit e843077Copy full SHA for e843077
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