1
Fork 0

Remove the use of Rayon iterators

This commit is contained in:
John Kåre Alsaker 2025-03-27 00:19:52 +01:00
parent 69b3959afe
commit 02f10d9bfe
14 changed files with 122 additions and 74 deletions

View file

@ -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,