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 c078ac1 commit aa03688Copy full SHA for aa03688
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-dev-guide/mir/index.html)
18
-in the [`MIR` interpreter (miri)](https://rust-lang.github.io/rustc-dev-guide/const-eval),
+The Rust compiler runs the [MIR](https://rustc-dev-guide.rust-lang.org/mir/index.html)
+in the [`MIR` interpreter (miri)](https://rustc-dev-guide.rust-lang.org/const-eval),
19
which sort of is a virtual machine using `MIR` as "bytecode".
20
21
## Table of Contents
0 commit comments