about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorlolbinarycat <binarycat@envs.net>2025-08-06 13:31:52 -0500
committerGitHub <noreply@github.com>2025-08-06 13:31:52 -0500
commitef3708bf63d2f8b37cb2a2c1a498531d04bd9761 (patch)
treef8f6769dd8b1eaebfbdb1d7ca5035f158a333bfb /src/doc/rustc-dev-guide
parent4a2ef3c1c84cbd86f6144849e2ddc97dcc88c86a (diff)
downloadrust-ef3708bf63d2f8b37cb2a2c1a498531d04bd9761.tar.gz
rust-ef3708bf63d2f8b37cb2a2c1a498531d04bd9761.zip
Link from "Overview of the compiler § Queries" to the Queries chapter
There's already a link in the other direction, so this seems fairly logical.
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/overview.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/src/overview.md b/src/doc/rustc-dev-guide/src/overview.md
index 12b76828b5c..02ba6761393 100644
--- a/src/doc/rustc-dev-guide/src/overview.md
+++ b/src/doc/rustc-dev-guide/src/overview.md
@@ -321,6 +321,10 @@ the name `'tcx`, which means that something is tied to the lifetime of the
 
 [`TyCtxt`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/struct.TyCtxt.html
 
+For more information about queries in the compiler, see [the queries chapter][queries].
+
+[queries]: https://rustc-dev-guide.rust-lang.org/query.html
+
 ### `ty::Ty`
 
 Types are really important in Rust, and they form the core of a lot of compiler