Return ReachedFixedPoint::No when resolving derive helper

This commit is contained in:
Jonas Schievink 2021-06-04 16:50:35 +02:00
parent 14153671ca
commit 20de86d014

View File

@ -1062,6 +1062,7 @@ impl DefCollector<'_> {
.collect(&[*mod_item]); .collect(&[*mod_item]);
// Remove the original directive since we resolved it. // Remove the original directive since we resolved it.
res = ReachedFixedPoint::No;
return false; return false;
} }
} }