about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide/book.toml
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2022-09-26 11:07:23 +0200
committerGitHub <noreply@github.com>2022-09-26 18:07:23 +0900
commit7d877e26ca9db943ffc2b89e1ca07428eab5bb70 (patch)
tree6acd359188e46ad82403c69d7f23aa49d2580cc8 /src/doc/rustc-dev-guide/book.toml
parent49dab9ef9b146a70181560ca514d41dea53345d4 (diff)
downloadrust-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.toml1
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"