Skip to content

Commit c078ac1

Browse files
committedMar 6, 2020
update rustc-guide to rustc-dev-guide
rust-lang/rustc-dev-guide#602
1 parent 717aeb8 commit c078ac1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ enum Foo {
1414
type NineStrings = [&str, 3 * 3];
1515
```
1616

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),
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),
1919
which sort of is a virtual machine using `MIR` as "bytecode".
2020

2121
## Table of Contents

0 commit comments

Comments
 (0)
Please sign in to comment.