Update comments
This commit is contained in:
parent
077b8d5c37
commit
157008d711
3 changed files with 8 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue