We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 717aeb8 commit c078ac1Copy full SHA for c078ac1
README.md
@@ -14,8 +14,8 @@ enum Foo {
14
type NineStrings = [&str, 3 * 3];
15
```
16
17
-The Rust compiler runs the [MIR](https://rust-lang.github.io/rustc-guide/mir/index.html)
18
-in the [`MIR` interpreter (miri)](https://rust-lang.github.io/rustc-guide/const-eval),
+The Rust compiler runs the [MIR](https://rust-lang.github.io/rustc-dev-guide/mir/index.html)
+in the [`MIR` interpreter (miri)](https://rust-lang.github.io/rustc-dev-guide/const-eval),
19
which sort of is a virtual machine using `MIR` as "bytecode".
20
21
## Table of Contents
0 commit comments