Update comments

This commit is contained in:
John Kåre Alsaker 2025-03-18 14:36:28 +01:00
parent 077b8d5c37
commit 157008d711
3 changed files with 8 additions and 2 deletions

View file

@ -79,6 +79,8 @@ impl QueryContext for QueryCtxt<'_> {
tls::with_related_context(self.tcx, |icx| icx.query)
}
/// Returns a query map representing active query jobs and a bool being false
/// if there was an error constructing the map.
fn collect_active_jobs(self) -> (QueryMap, bool) {
let mut jobs = QueryMap::default();
let mut complete = true;