We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0265aac commit 41e0407Copy full SHA for 41e0407
1 file changed
src/query.md
@@ -23,7 +23,9 @@ query, the result *may* be returned to you by loading stored data from disk.[^in
23
24
Eventually, we want the entire compiler control-flow to be query driven.
25
There will effectively be one top-level query (`compile`) that will run compilation on a crate; this
26
-will in turn demand information about that crate, starting from the *end*. For example:
+will in turn demand information about that crate, starting from the *end*.
27
+
28
+For example:
29
30
- The `compile` query might demand to get a list of codegen-units
31
(i.e. modules that need to be compiled by LLVM).
0 commit comments