Skip to content

Commit 41e0407

Browse files
committed
manual sembr
1 parent 0265aac commit 41e0407

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/query.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ query, the result *may* be returned to you by loading stored data from disk.[^in
2323

2424
Eventually, we want the entire compiler control-flow to be query driven.
2525
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:
26+
will in turn demand information about that crate, starting from the *end*.
27+
28+
For example:
2729

2830
- The `compile` query might demand to get a list of codegen-units
2931
(i.e. modules that need to be compiled by LLVM).

0 commit comments

Comments
 (0)