Skip to content

Commit c83fee0

Browse files
authored
Merge pull request #2538 from lolbinarycat/patch-6
Link from "Overview of the compiler § Queries" to the Queries chapter
2 parents a69410c + 8fd6984 commit c83fee0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,10 @@ the name `'tcx`, which means that something is tied to the lifetime of the
321321

322322
[`TyCtxt`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/struct.TyCtxt.html
323323

324+
For more information about queries in the compiler, see [the queries chapter][queries].
325+
326+
[queries]: ./query.md
327+
324328
### `ty::Ty`
325329

326330
Types are really important in Rust, and they form the core of a lot of compiler

0 commit comments

Comments
 (0)