diff options
| author | Tshepang Mbambo <hopsi@tuta.io> | 2025-08-06 22:16:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-06 22:16:30 +0200 |
| commit | 976bceeea2042eff5606831354247ca04f6fb793 (patch) | |
| tree | effc51495b9434cacc7e1298c25a8919776b353d | |
| parent | 4a2ef3c1c84cbd86f6144849e2ddc97dcc88c86a (diff) | |
| parent | 162b908eb6f0988ecbd3b3b9f01d364c44722860 (diff) | |
| download | rust-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.md | 4 |
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 |
