diff options
| author | Ralf Jung <post@ralfj.de> | 2022-09-26 11:07:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-26 18:07:23 +0900 |
| commit | 7d877e26ca9db943ffc2b89e1ca07428eab5bb70 (patch) | |
| tree | 6acd359188e46ad82403c69d7f23aa49d2580cc8 /src/doc/rustc-dev-guide/book.toml | |
| parent | 49dab9ef9b146a70181560ca514d41dea53345d4 (diff) | |
| download | rust-7d877e26ca9db943ffc2b89e1ca07428eab5bb70.tar.gz rust-7d877e26ca9db943ffc2b89e1ca07428eab5bb70.zip | |
don't refer to the compile-time interpreter as "Miri" (#1471)
Diffstat (limited to 'src/doc/rustc-dev-guide/book.toml')
| -rw-r--r-- | src/doc/rustc-dev-guide/book.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/book.toml b/src/doc/rustc-dev-guide/book.toml index c86ec563825..dc216760ed3 100644 --- a/src/doc/rustc-dev-guide/book.toml +++ b/src/doc/rustc-dev-guide/book.toml @@ -43,3 +43,4 @@ warning-policy = "error" [output.html.redirect] "/compiletest.html" = "tests/compiletest.html" "/diagnostics/sessiondiagnostic.html" = "diagnostics/diagnostic-structs.html" +"/miri.html" = "const-eval/interpret.html" |
