about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTshepang Mbambo <hopsi@tuta.io>2025-08-06 22:16:30 +0200
committerGitHub <noreply@github.com>2025-08-06 22:16:30 +0200
commit976bceeea2042eff5606831354247ca04f6fb793 (patch)
treeeffc51495b9434cacc7e1298c25a8919776b353d
parent4a2ef3c1c84cbd86f6144849e2ddc97dcc88c86a (diff)
parent162b908eb6f0988ecbd3b3b9f01d364c44722860 (diff)
downloadrust-976bceeea2042eff5606831354247ca04f6fb793.tar.gz
rust-976bceeea2042eff5606831354247ca04f6fb793.zip
Merge pull request #2538 from lolbinarycat/patch-6
Link from "Overview of the compiler ยง Queries" to the Queries chapter
-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..378d8c4453f 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]: ./query.md
+
 ### `ty::Ty`
 
 Types are really important in Rust, and they form the core of a lot of compiler