Check that a query has not completed and is not executing before starting it This fixes a race in the query system where we only checked if the query was currently executing, but not if it was already completed, causing queries to re-execute. r? `@cjgillot` |
||
|---|---|---|
| .. | ||
| caches.rs | ||
| config.rs | ||
| job.rs | ||
| mod.rs | ||
| plumbing.rs | ||
| README.md | ||
For more information about how the query system works, see the rustc dev guide.