We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
anon
1 parent 1f70165 commit 751a323Copy full SHA for 751a323
1 file changed
src/queries/incremental-compilation-in-detail.md
@@ -485,13 +485,6 @@ respect to incremental compilation:
485
For example, it makes no sense to store values from upstream
486
crates in the cache because they are already available in the upstream crate's metadata.
487
488
- - `anon` - This attribute makes the system use "anonymous" dep-nodes for the given query.
489
- An anonymous dep-node is not identified by the corresponding query key.
490
- Instead, its ID is computed from the IDs of its dependencies.
491
- This allows the red-green system to do its change detection even if there is no
492
- query key available for a given dep-node -- something which is needed for
493
- handling trait selection because it is not based on queries.
494
-
495
[mod]: ../query.html#adding-a-new-kind-of-query
496
497
0 commit comments