Remove the use of Rayon iterators
This commit is contained in:
parent
69b3959afe
commit
02f10d9bfe
14 changed files with 122 additions and 74 deletions
|
@ -1689,7 +1689,7 @@ pub(crate) fn collect_crate_mono_items<'tcx>(
|
|||
let mut recursion_depths = DefIdMap::default();
|
||||
collect_items_rec(
|
||||
tcx,
|
||||
dummy_spanned(root),
|
||||
dummy_spanned(*root),
|
||||
&state,
|
||||
&mut recursion_depths,
|
||||
recursion_limit,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue