We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6480932 commit cb4c200Copy full SHA for cb4c200
src/query.md
@@ -1,7 +1,7 @@
1
# Queries: demand-driven compilation
2
3
As described in [the high-level overview of the compiler][hl], the
4
-Rust compiler is current transitioning from a traditional "pass-based"
+Rust compiler is currently transitioning from a traditional "pass-based"
5
setup to a "demand-driven" system. **The Compiler Query System is the
6
key to our new demand-driven organization.** The idea is pretty
7
simple. You have various queries that compute things about the input
0 commit comments