not always hoisted

This commit is contained in:
Dylan Conway
2025-11-11 17:22:20 -08:00
parent 031d32929d
commit 21619956e8

View File

@@ -582,7 +582,7 @@ pub fn processSubtree(
for (curr_resolutions.begin()..curr_resolutions.end()) |tree_dep_id| {
const res_id = builder.resolutions[tree_dep_id];
if (res_id == pkg_id) {
break :hoisted .hoisted;
break :try_nohoist;
}
}