Skip to content

Commit

Permalink
update rustc-guide to rustc-dev-guide
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Mar 6, 2020
1 parent 717aeb8 commit c078ac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ enum Foo {
type NineStrings = [&str, 3 * 3];
```

The Rust compiler runs the [MIR](https://rust-lang.github.io/rustc-guide/mir/index.html)
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),
which sort of is a virtual machine using `MIR` as "bytecode".

## Table of Contents
Expand Down

0 comments on commit c078ac1

Please sign in to comment.