We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e979a commit 7820456Copy full SHA for 7820456
src/miri.md
@@ -2,8 +2,13 @@
2
3
<!-- toc -->
4
5
-Miri (**MIR** **I**nterpreter) is a virtual machine for executing MIR without
+The Miri (**MIR** **I**nterpreter) engine is a virtual machine for executing MIR without
6
compiling to machine code. It is usually invoked via `tcx.const_eval_*` functions.
7
+In the following, we will refer to the Miri engine as just "Miri", but note that
8
+there also is a stand-alone
9
+[tool called "Miri"](https://github.com/rust-lang/miri/) that is based on the
10
+engine (sometimes referred to as Miri-the-tool to disambiguate it from the
11
+engine).
12
13
If you start out with a constant:
14
0 commit comments