We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 281a814 commit 97f6dfeCopy full SHA for 97f6dfe
src/doc/rustc-dev-guide/src/query.md
@@ -60,7 +60,7 @@ method. The answer is that, for each query, the compiler maintains a
60
cache – if your query has already been executed, then, the answer is
61
simple: we clone the return value out of the cache and return it
62
(therefore, you should try to ensure that the return types of queries
63
-are cheaply cloneable; insert a `Rc` if necessary).
+are cheaply cloneable; insert an `Rc` if necessary).
64
65
#### Providers
66
0 commit comments