diff options
| author | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2024-11-04 14:09:39 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-04 14:09:39 +0800 |
| commit | 066191ebf26caab3b61e39591f619224dc5d3423 (patch) | |
| tree | 2c7056b1a3b4559fbde5dc5fdeb11ad73e750961 /src/doc/rustc-dev-guide | |
| parent | 15013dae4e0cd98bee1ead93b24a9911e36b94b8 (diff) | |
| download | rust-066191ebf26caab3b61e39591f619224dc5d3423.tar.gz rust-066191ebf26caab3b61e39591f619224dc5d3423.zip | |
Add redirects for integration-testing and headers (#2092)
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/book.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/book.toml b/src/doc/rustc-dev-guide/book.toml index 097706087b6..bf3f0b05b86 100644 --- a/src/doc/rustc-dev-guide/book.toml +++ b/src/doc/rustc-dev-guide/book.toml @@ -54,3 +54,5 @@ warning-policy = "error" "/diagnostics/sessiondiagnostic.html" = "diagnostic-structs.html" "/diagnostics/diagnostic-codes.html" = "error-codes.html" "/miri.html" = "const-eval/interpret.html" +"/tests/integration.html" = "ecosystem.html" +"/tests/headers.html" = "directives.html" |
